Html Css Color HEX #CC4325 Trinidad

📋 copy color: '#CC4325'

red 204 ◦ green 67 ◦ blue 37

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

Shades of Trinidad #CC4325

Tints of Trinidad #CC4325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 66.23%
G = 21.75%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC4325 (or 0xCC4325) is known color: Trinidad. HEX triplet: CC, 43 and 25. RGB value is (204,67,37). Sum of RGB (Red+Green+Blue) = 204+67+37=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4325 is #33BCDA. Grayscale: #686868. Windows color (decimal): -3390683 or 2442188. OLE color: 2442188.

HSL color Cylindrical-coordinate representation of color #CC4325: hue angle of 10.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC4325 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 37 -
CMYK 0 0.67 0.82 0.2
HSL 10.78º 0.69% 0.47% -
HSV(B) 10.78º 0.82% 0.8% -
XYZ 27.24 16.99 3.59 -
YUV 104.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 204 67 37 0 0.67 0.82 0.2 10.78 0.69 0.47
Hex CC 43 25 0 43 52 14 B 45 2F
Octal 314 103 45 0 103 122 24 13 105 57
Binary 11001100 1000011 100101 0 1000011 1010010 10100 1011 1000101 101111

Color Harmonies of #CC4325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4325

Black with #CC4325

Text Example


Text Example

White with #CC4325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4325; }

 p { color: rgb(204,67,37); }

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

background-color css

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

 a { background-color: rgb(204,67,37); }

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

border-color css

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

 span { border-color: rgb(204,67,37); }

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