Html Css Color HEX #CC5225 Trinidad

📋 copy color: '#CC5225'

red 204 ◦ green 82 ◦ blue 37

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

Shades of Trinidad #CC5225

Tints of Trinidad #CC5225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

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

R = 63.16%
G = 25.39%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5225 (or 0xCC5225) is known color: Trinidad. HEX triplet: CC, 52 and 25. RGB value is (204,82,37). Sum of RGB (Red+Green+Blue) = 204+82+37=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5225 is #33ADDA. Grayscale: #717171. Windows color (decimal): -3386843 or 2446028. OLE color: 2446028.

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

Color convert

RGB 204 82 37 -
CMYK 0 0.60 0.82 0.2
HSL 16.17º 0.69% 0.47% -
HSV(B) 16.17º 0.82% 0.8% -
XYZ 28.25 19.01 3.93 -
YUV 113.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 204 82 37 0 0.60 0.82 0.2 16.17 0.69 0.47
Hex CC 52 25 0 3C 52 14 10 45 2F
Octal 314 122 45 0 74 122 24 20 105 57
Binary 11001100 1010010 100101 0 111100 1010010 10100 10000 1000101 101111

Color Harmonies of #CC5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5225

Black with #CC5225

Text Example


Text Example

White with #CC5225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5225; }

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

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

background-color css

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

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

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

border-color css

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

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

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