Html Css Color HEX #CC5E0D Tenne (Tawny)

📋 copy color: '#CC5E0D'

red 204 ◦ green 94 ◦ blue 13

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

Shades of Tenne (Tawny) #CC5E0D

Tints of Tenne (Tawny) #CC5E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.23%

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

R = 65.59%
G = 30.23%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC5E0D (or 0xCC5E0D) is known color: Tenne (Tawny). HEX triplet: CC, 5E and 0D. RGB value is (204,94,13). Sum of RGB (Red+Green+Blue) = 204+94+13=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E0D is #33A1F2. Grayscale: #767676. Windows color (decimal): -3383795 or 876236. OLE color: 876236.

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

Color convert

RGB 204 94 13 -
CMYK 0 0.54 0.94 0.2
HSL 25.45º 0.88% 0.43% -
HSV(B) 25.45º 0.94% 0.8% -
XYZ 28.98 20.87 2.88 -
YUV 117.66 68.94 189.59 -
System Red Green Blue C M Y K H S L
Decimal 204 94 13 0 0.54 0.94 0.2 25.45 0.88 0.43
Hex CC 5E D 0 36 5E 14 19 58 2B
Octal 314 136 15 0 66 136 24 31 130 53
Binary 11001100 1011110 1101 0 110110 1011110 10100 11001 1011000 101011

Color Harmonies of #CC5E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E0D

Black with #CC5E0D

Text Example


Text Example

White with #CC5E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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