Html Css Color HEX #CC5425 Trinidad

📋 copy color: '#CC5425'

red 204 ◦ green 84 ◦ blue 37

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

Shades of Trinidad #CC5425

Tints of Trinidad #CC5425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 62.77%
G = 25.85%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5425 (or 0xCC5425) is known color: Trinidad. HEX triplet: CC, 54 and 25. RGB value is (204,84,37). Sum of RGB (Red+Green+Blue) = 204+84+37=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5425 is #33ABDA. Grayscale: #727272. Windows color (decimal): -3386331 or 2446540. OLE color: 2446540.

HSL color Cylindrical-coordinate representation of color #CC5425: hue angle of 16.89º 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 #CC5425 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 37 -
CMYK 0 0.59 0.82 0.2
HSL 16.89º 0.69% 0.47% -
HSV(B) 16.89º 0.82% 0.8% -
XYZ 28.41 19.31 3.98 -
YUV 114.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 204 84 37 0 0.59 0.82 0.2 16.89 0.69 0.47
Hex CC 54 25 0 3B 52 14 11 45 2F
Octal 314 124 45 0 73 122 24 21 105 57
Binary 11001100 1010100 100101 0 111011 1010010 10100 10001 1000101 101111

Color Harmonies of #CC5425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5425

Black with #CC5425

Text Example


Text Example

White with #CC5425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5425; }

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

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

background-color css

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

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

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

border-color css

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

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

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