Html Css Color HEX #CC4908 Tenne (Tawny)

📋 copy color: '#CC4908'

red 204 ◦ green 73 ◦ blue 8

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

Shades of Tenne (Tawny) #CC4908

Tints of Tenne (Tawny) #CC4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 71.58%
G = 25.61%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC4908 (or 0xCC4908) is known color: Tenne (Tawny). HEX triplet: CC, 49 and 08. RGB value is (204,73,8). Sum of RGB (Red+Green+Blue) = 204+73+8=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4908 is #33B6F7. Grayscale: #696969. Windows color (decimal): -3389176 or 543180. OLE color: 543180.

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

Color convert

RGB 204 73 8 -
CMYK 0 0.64 0.96 0.2
HSL 19.9º 0.92% 0.42% -
HSV(B) 19.9º 0.96% 0.8% -
XYZ 27.33 17.62 2.19 -
YUV 104.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 204 73 8 0 0.64 0.96 0.2 19.9 0.92 0.42
Hex CC 49 8 0 40 60 14 14 5C 2A
Octal 314 111 10 0 100 140 24 24 134 52
Binary 11001100 1001001 1000 0 1000000 1100000 10100 10100 1011100 101010

Color Harmonies of #CC4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4908

Black with #CC4908

Text Example


Text Example

White with #CC4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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