#CC4934

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

Shades of Trinidad #CC4934

Tints of Trinidad #CC4934

Color information

#CC4934 (or 0xCC4934) is unknown color: approx Trinidad. HEX triplet: CC, 49 and 34. RGB value is (204,73,52). Sum of RGB (Red+Green+Blue) = 204+73+52=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4934 is #33B6CB. Grayscale: #6D6D6D. Windows color (decimal): -3389132 or 3426764. OLE color: 3426764.

HSL color Cylindrical-coordinate representation of color #CC4934: hue angle of 8.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC4934 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB2047352-
CMYK00.640.750.2
HSL8.29º59.84%50.2%-
HSV(B)8.29º74.51%80%-
XYZ27.917.855.22-
YUV109.7895.4195.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=62.01%
G=22.19%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204735200.640.750.28.2959.8450.2
HexCC49340404B1483c32
Octal31411164010011324107462
Binary110011001001001110100010000001001011101001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4934; }

 p { color: rgb(204,73,52); }

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

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

 a { background-color: rgb(204,73,52); }

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

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

 span { border-color: rgb(204,73,52); }

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