Html Css Color HEX #CC4B0F Tenne (Tawny)

📋 copy color: '#CC4B0F'

red 204 ◦ green 75 ◦ blue 15

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

Shades of Tenne (Tawny) #CC4B0F

Tints of Tenne (Tawny) #CC4B0F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.51%

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

R = 69.39%
G = 25.51%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC4B0F (or 0xCC4B0F) is known color: Tenne (Tawny). HEX triplet: CC, 4B and 0F. RGB value is (204,75,15). Sum of RGB (Red+Green+Blue) = 204+75+15=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B0F is #33B4F0. Grayscale: #6B6B6B. Windows color (decimal): -3388657 or 1002444. OLE color: 1002444.

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

Color convert

RGB 204 75 15 -
CMYK 0 0.63 0.93 0.2
HSL 19.05º 0.86% 0.43% -
HSV(B) 19.05º 0.93% 0.8% -
XYZ 27.5 17.9 2.46 -
YUV 106.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 204 75 15 0 0.63 0.93 0.2 19.05 0.86 0.43
Hex CC 4B F 0 3F 5D 14 13 56 2B
Octal 314 113 17 0 77 135 24 23 126 53
Binary 11001100 1001011 1111 0 111111 1011101 10100 10011 1010110 101011

Color Harmonies of #CC4B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B0F

Black with #CC4B0F

Text Example


Text Example

White with #CC4B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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