#CC462E

Color #CC462E Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #CC462E

Tints of Trinidad #CC462E

Color information

#CC462E (or 0xCC462E) is unknown color: approx Trinidad. HEX triplet: CC, 46 and 2E. RGB value is (204,70,46). Sum of RGB (Red+Green+Blue) = 204+70+46=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC462E is #33B9D1. Grayscale: #6B6B6B. Windows color (decimal): -3389906 or 3032780. OLE color: 3032780.

HSL color Cylindrical-coordinate representation of color #CC462E: hue angle of 9.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC462E is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB2047046-
CMYK00.660.770.2
HSL9.11º63.2%49.02%-
HSV(B)9.11º77.45%80%-
XYZ27.5917.414.49-
YUV107.3393.39196.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 63.75%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=63.75%
G=21.88%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204704600.660.770.29.1163.249.02
HexCC462E0424D1493f31
Octal31410656010211524117761
Binary110011001000110101110010000101001101101001001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC462E; }

 p { color: rgb(204,70,46); }

 H1.HeaderClassName
 {
   color: #CC462E;
 }
 .AnyTagClassName
 {
   color: #CC462E;
 }
</style>
background-color css

<style>
 a { background-color: #CC462E; }

 a { background-color: rgb(204,70,46); }

 div.DivClassName
 {
   background-color: #CC462E;
 }
 .BgClassName
 {
   background-color: #CC462E;
 }
</style>
border-color css

<style>
 span { border-color: #CC462E; }

 span { border-color: rgb(204,70,46); }

 td.TdClassName
 {
   border-color: #CC462E;
 }
 .TagClassName
 {
   border-color: #CC462E;
 }
</style>