Html Css Color HEX #CC4508 Tenne (Tawny)

📋 copy color: '#CC4508'

red 204 ◦ green 69 ◦ blue 8

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

Shades of Tenne (Tawny) #CC4508

Tints of Tenne (Tawny) #CC4508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 72.6%
G = 24.56%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC4508 (or 0xCC4508) is known color: Tenne (Tawny). HEX triplet: CC, 45 and 08. RGB value is (204,69,8). Sum of RGB (Red+Green+Blue) = 204+69+8=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4508 is #33BAF7. Grayscale: #666666. Windows color (decimal): -3390200 or 542156. OLE color: 542156.

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

Color convert

RGB 204 69 8 -
CMYK 0 0.66 0.96 0.2
HSL 18.67º 0.92% 0.42% -
HSV(B) 18.67º 0.96% 0.8% -
XYZ 27.07 17.11 2.11 -
YUV 102.41 74.73 200.46 -
System Red Green Blue C M Y K H S L
Decimal 204 69 8 0 0.66 0.96 0.2 18.67 0.92 0.42
Hex CC 45 8 0 42 60 14 13 5C 2A
Octal 314 105 10 0 102 140 24 23 134 52
Binary 11001100 1000101 1000 0 1000010 1100000 10100 10011 1011100 101010

Color Harmonies of #CC4508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4508

Black with #CC4508

Text Example


Text Example

White with #CC4508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4508; }

 p { color: rgb(204,69,8); }

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

background-color css

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

 a { background-color: rgb(204,69,8); }

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

border-color css

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

 span { border-color: rgb(204,69,8); }

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