Html Css Color HEX #CC5020 Trinidad

📋 copy color: '#CC5020'

red 204 ◦ green 80 ◦ blue 32

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

Shades of Trinidad #CC5020

Tints of Trinidad #CC5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 64.56%
G = 25.32%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC5020 (or 0xCC5020) is known color: Trinidad. HEX triplet: CC, 50 and 20. RGB value is (204,80,32). Sum of RGB (Red+Green+Blue) = 204+80+32=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5020 is #33AFDF. Grayscale: #6F6F6F. Windows color (decimal): -3387360 or 2117836. OLE color: 2117836.

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

Color convert

RGB 204 80 32 -
CMYK 0 0.61 0.84 0.2
HSL 16.74º 0.73% 0.46% -
HSV(B) 16.74º 0.84% 0.8% -
XYZ 28.03 18.68 3.49 -
YUV 111.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 204 80 32 0 0.61 0.84 0.2 16.74 0.73 0.46
Hex CC 50 20 0 3D 54 14 11 49 2E
Octal 314 120 40 0 75 124 24 21 111 56
Binary 11001100 1010000 100000 0 111101 1010100 10100 10001 1001001 101110

Color Harmonies of #CC5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5020

Black with #CC5020

Text Example


Text Example

White with #CC5020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5020; }

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

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

background-color css

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

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

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

border-color css

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

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

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