Html Css Color HEX #CC5F0D Tenne (Tawny)

📋 copy color: '#CC5F0D'

red 204 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #CC5F0D

Tints of Tenne (Tawny) #CC5F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.45%

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

R = 65.38%
G = 30.45%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC5F0D (or 0xCC5F0D) is known color: Tenne (Tawny). HEX triplet: CC, 5F and 0D. RGB value is (204,95,13). Sum of RGB (Red+Green+Blue) = 204+95+13=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5F0D is #33A0F2. Grayscale: #767676. Windows color (decimal): -3383539 or 876492. OLE color: 876492.

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

Color convert

RGB 204 95 13 -
CMYK 0 0.53 0.94 0.2
HSL 25.76º 0.88% 0.43% -
HSV(B) 25.76º 0.94% 0.8% -
XYZ 29.07 21.05 2.91 -
YUV 118.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 204 95 13 0 0.53 0.94 0.2 25.76 0.88 0.43
Hex CC 5F D 0 35 5E 14 1A 58 2B
Octal 314 137 15 0 65 136 24 32 130 53
Binary 11001100 1011111 1101 0 110101 1011110 10100 11010 1011000 101011

Color Harmonies of #CC5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F0D

Black with #CC5F0D

Text Example


Text Example

White with #CC5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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