Html Css Color HEX #CC5022 Trinidad

📋 copy color: '#CC5022'

red 204 ◦ green 80 ◦ blue 34

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

Shades of Trinidad #CC5022

Tints of Trinidad #CC5022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.69%

R = 64.15%
G = 25.16%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC5022 (or 0xCC5022) is known color: Trinidad. HEX triplet: CC, 50 and 22. RGB value is (204,80,34). Sum of RGB (Red+Green+Blue) = 204+80+34=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5022 is #33AFDD. Grayscale: #707070. Windows color (decimal): -3387358 or 2248908. OLE color: 2248908.

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

Color convert

RGB 204 80 34 -
CMYK 0 0.61 0.83 0.2
HSL 16.24º 0.71% 0.47% -
HSV(B) 16.24º 0.83% 0.8% -
XYZ 28.06 18.69 3.64 -
YUV 111.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 204 80 34 0 0.61 0.83 0.2 16.24 0.71 0.47
Hex CC 50 22 0 3D 53 14 10 47 2F
Octal 314 120 42 0 75 123 24 20 107 57
Binary 11001100 1010000 100010 0 111101 1010011 10100 10000 1000111 101111

Color Harmonies of #CC5022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5022

Black with #CC5022

Text Example


Text Example

White with #CC5022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5022; }

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

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

background-color css

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

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

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

border-color css

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

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

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