#CC4B2A

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

Shades of Trinidad #CC4B2A

Tints of Trinidad #CC4B2A

Color information

#CC4B2A (or 0xCC4B2A) is unknown color: approx Trinidad. HEX triplet: CC, 4B and 2A. RGB value is (204,75,42). Sum of RGB (Red+Green+Blue) = 204+75+42=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B2A is #33B4D5. Grayscale: #6E6E6E. Windows color (decimal): -3388630 or 2771916. OLE color: 2771916.

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

Color convert

RGB2047542-
CMYK00.630.790.2
HSL12.22º65.85%48.24%-
HSV(B)12.22º79.41%80%-
XYZ27.8418.044.2-
YUV109.8189.74195.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.55%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=63.55%
G=23.36%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204754200.630.790.212.2265.8548.24
HexCC4B2A03F4F14c4230
Octal31411352077117241410260
Binary110011001001011101010011111110011111010011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4B2A; }

 p { color: rgb(204,75,42); }

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

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

 a { background-color: rgb(204,75,42); }

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

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

 span { border-color: rgb(204,75,42); }

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