Html Css Color HEX #CC4731 Trinidad

📋 copy color: '#CC4731'

red 204 ◦ green 71 ◦ blue 49

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

Shades of Trinidad #CC4731

Tints of Trinidad #CC4731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 62.96%
G = 21.91%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC4731 (or 0xCC4731) is known color: Trinidad. HEX triplet: CC, 47 and 31. RGB value is (204,71,49). Sum of RGB (Red+Green+Blue) = 204+71+49=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4731 is #33B8CE. Grayscale: #6C6C6C. Windows color (decimal): -3389647 or 3229644. OLE color: 3229644.

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

Color convert

RGB 204 71 49 -
CMYK 0 0.65 0.76 0.2
HSL 8.52º 0.61% 0.5% -
HSV(B) 8.52º 0.76% 0.8% -
XYZ 27.71 17.57 4.84 -
YUV 108.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 204 71 49 0 0.65 0.76 0.2 8.52 0.61 0.5
Hex CC 47 31 0 41 4C 14 9 3D 32
Octal 314 107 61 0 101 114 24 11 75 62
Binary 11001100 1000111 110001 0 1000001 1001100 10100 1001 111101 110010

Color Harmonies of #CC4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4731

Black with #CC4731

Text Example


Text Example

White with #CC4731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4731; }

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

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

background-color css

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

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

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

border-color css

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

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

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