Html Css Color HEX #CC5E0B Tenne (Tawny)

📋 copy color: '#CC5E0B'

red 204 ◦ green 94 ◦ blue 11

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

Shades of Tenne (Tawny) #CC5E0B

Tints of Tenne (Tawny) #CC5E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.56%

R = 66.02%
G = 30.42%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC5E0B (or 0xCC5E0B) is known color: Tenne (Tawny). HEX triplet: CC, 5E and 0B. RGB value is (204,94,11). Sum of RGB (Red+Green+Blue) = 204+94+11=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E0B is #33A1F4. Grayscale: #757575. Windows color (decimal): -3383797 or 745164. OLE color: 745164.

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

Color convert

RGB 204 94 11 -
CMYK 0 0.54 0.95 0.2
HSL 25.8º 0.9% 0.42% -
HSV(B) 25.8º 0.95% 0.8% -
XYZ 28.96 20.87 2.82 -
YUV 117.43 67.94 189.75 -
System Red Green Blue C M Y K H S L
Decimal 204 94 11 0 0.54 0.95 0.2 25.8 0.9 0.42
Hex CC 5E B 0 36 5F 14 1A 5A 2A
Octal 314 136 13 0 66 137 24 32 132 52
Binary 11001100 1011110 1011 0 110110 1011111 10100 11010 1011010 101010

Color Harmonies of #CC5E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E0B

Black with #CC5E0B

Text Example


Text Example

White with #CC5E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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