Html Css Color HEX #CC5E0F Tenne (Tawny)

📋 copy color: '#CC5E0F'

red 204 ◦ green 94 ◦ blue 15

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

Shades of Tenne (Tawny) #CC5E0F

Tints of Tenne (Tawny) #CC5E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 65.18%
G = 30.03%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC5E0F (or 0xCC5E0F) is known color: Tenne (Tawny). HEX triplet: CC, 5E and 0F. RGB value is (204,94,15). Sum of RGB (Red+Green+Blue) = 204+94+15=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E0F is #33A1F0. Grayscale: #767676. Windows color (decimal): -3383793 or 1007308. OLE color: 1007308.

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

Color convert

RGB 204 94 15 -
CMYK 0 0.54 0.93 0.2
HSL 25.08º 0.86% 0.43% -
HSV(B) 25.08º 0.93% 0.8% -
XYZ 28.99 20.88 2.95 -
YUV 117.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 204 94 15 0 0.54 0.93 0.2 25.08 0.86 0.43
Hex CC 5E F 0 36 5D 14 19 56 2B
Octal 314 136 17 0 66 135 24 31 126 53
Binary 11001100 1011110 1111 0 110110 1011101 10100 11001 1010110 101011

Color Harmonies of #CC5E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E0F

Black with #CC5E0F

Text Example


Text Example

White with #CC5E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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