Html Css Color HEX #CC5120 Trinidad

📋 copy color: '#CC5120'

red 204 ◦ green 81 ◦ blue 32

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

Shades of Trinidad #CC5120

Tints of Trinidad #CC5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 64.35%
G = 25.55%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC5120 (or 0xCC5120) is known color: Trinidad. HEX triplet: CC, 51 and 20. RGB value is (204,81,32). Sum of RGB (Red+Green+Blue) = 204+81+32=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5120 is #33AEDF. Grayscale: #707070. Windows color (decimal): -3387104 or 2118092. OLE color: 2118092.

HSL color Cylindrical-coordinate representation of color #CC5120: hue angle of 17.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC5120 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 32 -
CMYK 0 0.60 0.84 0.2
HSL 17.09º 0.73% 0.46% -
HSV(B) 17.09º 0.84% 0.8% -
XYZ 28.1 18.83 3.52 -
YUV 112.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 204 81 32 0 0.60 0.84 0.2 17.09 0.73 0.46
Hex CC 51 20 0 3C 54 14 11 49 2E
Octal 314 121 40 0 74 124 24 21 111 56
Binary 11001100 1010001 100000 0 111100 1010100 10100 10001 1001001 101110

Color Harmonies of #CC5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5120

Black with #CC5120

Text Example


Text Example

White with #CC5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5120; }

 p { color: rgb(204,81,32); }

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

background-color css

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

 a { background-color: rgb(204,81,32); }

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

border-color css

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

 span { border-color: rgb(204,81,32); }

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