Html Css Color HEX #CC5F0B Tenne (Tawny)

📋 copy color: '#CC5F0B'

red 204 ◦ green 95 ◦ blue 11

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

Shades of Tenne (Tawny) #CC5F0B

Tints of Tenne (Tawny) #CC5F0B

RGB

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

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

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

R = 65.81%
G = 30.65%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC5F0B (or 0xCC5F0B) is known color: Tenne (Tawny). HEX triplet: CC, 5F and 0B. RGB value is (204,95,11). Sum of RGB (Red+Green+Blue) = 204+95+11=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5F0B is #33A0F4. Grayscale: #767676. Windows color (decimal): -3383541 or 745420. OLE color: 745420.

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

Color convert

RGB 204 95 11 -
CMYK 0 0.53 0.95 0.2
HSL 26.11º 0.9% 0.42% -
HSV(B) 26.11º 0.95% 0.8% -
XYZ 29.05 21.05 2.85 -
YUV 118.02 67.61 189.33 -
System Red Green Blue C M Y K H S L
Decimal 204 95 11 0 0.53 0.95 0.2 26.11 0.9 0.42
Hex CC 5F B 0 35 5F 14 1A 5A 2A
Octal 314 137 13 0 65 137 24 32 132 52
Binary 11001100 1011111 1011 0 110101 1011111 10100 11010 1011010 101010

Color Harmonies of #CC5F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F0B

Black with #CC5F0B

Text Example


Text Example

White with #CC5F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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