Html Css Color HEX #CC5C0D Tenne (Tawny)

📋 copy color: '#CC5C0D'

red 204 ◦ green 92 ◦ blue 13

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

Shades of Tenne (Tawny) #CC5C0D

Tints of Tenne (Tawny) #CC5C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 66.02%
G = 29.77%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC5C0D (or 0xCC5C0D) is known color: Tenne (Tawny). HEX triplet: CC, 5C and 0D. RGB value is (204,92,13). Sum of RGB (Red+Green+Blue) = 204+92+13=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5C0D is #33A3F2. Grayscale: #747474. Windows color (decimal): -3384307 or 875724. OLE color: 875724.

HSL color Cylindrical-coordinate representation of color #CC5C0D: hue angle of 24.82º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC5C0D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 13 -
CMYK 0 0.55 0.94 0.2
HSL 24.82º 0.88% 0.43% -
HSV(B) 24.82º 0.94% 0.8% -
XYZ 28.8 20.52 2.82 -
YUV 116.48 69.61 190.42 -
System Red Green Blue C M Y K H S L
Decimal 204 92 13 0 0.55 0.94 0.2 24.82 0.88 0.43
Hex CC 5C D 0 37 5E 14 19 58 2B
Octal 314 134 15 0 67 136 24 31 130 53
Binary 11001100 1011100 1101 0 110111 1011110 10100 11001 1011000 101011

Color Harmonies of #CC5C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C0D

Black with #CC5C0D

Text Example


Text Example

White with #CC5C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C0D; }

 p { color: rgb(204,92,13); }

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

background-color css

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

 a { background-color: rgb(204,92,13); }

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

border-color css

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

 span { border-color: rgb(204,92,13); }

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