Html Css Color HEX #CC4736 Trinidad

📋 copy color: '#CC4736'

red 204 ◦ green 71 ◦ blue 54

#CC4736
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #CC4736

Tints of Trinidad #CC4736

RGB

 RED value IS 204 (80.08% from 255) = 62.01%

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 54 (21.48% from 255) = 16.41%

R = 62.01%
G = 21.58%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC4736 (or 0xCC4736) is known color: Trinidad. HEX triplet: CC, 47 and 36. RGB value is (204,71,54). Sum of RGB (Red+Green+Blue) = 204+71+54=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4736 is #33B8C9. Grayscale: #6D6D6D. Windows color (decimal): -3389642 or 3557324. OLE color: 3557324.

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

Color convert

RGB 204 71 54 -
CMYK 0 0.65 0.74 0.2
HSL 6.8º 0.6% 0.51% -
HSV(B) 6.8º 0.74% 0.8% -
XYZ 27.82 17.61 5.42 -
YUV 108.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 204 71 54 0 0.65 0.74 0.2 6.8 0.6 0.51
Hex CC 47 36 0 41 4A 14 7 3C 33
Octal 314 107 66 0 101 112 24 7 74 63
Binary 11001100 1000111 110110 0 1000001 1001010 10100 111 111100 110011

Color Harmonies of #CC4736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4736

Black with #CC4736

Text Example


Text Example

White with #CC4736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4736; }

 p { color: rgb(204,71,54); }

 H1.HeaderClassName
 {
   color: #CC4736;
 }
 .AnyTagClassName
 {
   color: #CC4736;
 }
</style>

background-color css

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

 a { background-color: rgb(204,71,54); }

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

border-color css

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

 span { border-color: rgb(204,71,54); }

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