Html Css Color HEX #CC4732 Trinidad

📋 copy color: '#CC4732'

red 204 ◦ green 71 ◦ blue 50

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

Shades of Trinidad #CC4732

Tints of Trinidad #CC4732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 62.77%
G = 21.85%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC4732 (or 0xCC4732) is known color: Trinidad. HEX triplet: CC, 47 and 32. RGB value is (204,71,50). Sum of RGB (Red+Green+Blue) = 204+71+50=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4732 is #33B8CD. Grayscale: #6C6C6C. Windows color (decimal): -3389646 or 3295180. OLE color: 3295180.

HSL color Cylindrical-coordinate representation of color #CC4732: hue angle of 8.18º degrees, saturation: 0.61, 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 #CC4732 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 71 50 -
CMYK 0 0.65 0.75 0.2
HSL 8.18º 0.61% 0.5% -
HSV(B) 8.18º 0.75% 0.8% -
XYZ 27.73 17.57 4.95 -
YUV 108.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 204 71 50 0 0.65 0.75 0.2 8.18 0.61 0.5
Hex CC 47 32 0 41 4B 14 8 3D 32
Octal 314 107 62 0 101 113 24 10 75 62
Binary 11001100 1000111 110010 0 1000001 1001011 10100 1000 111101 110010

Color Harmonies of #CC4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4732

Black with #CC4732

Text Example


Text Example

White with #CC4732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4732; }

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

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

background-color css

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

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

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

border-color css

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

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

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