Html Css Color HEX #CC4805 Tenne (Tawny)

📋 copy color: '#CC4805'

red 204 ◦ green 72 ◦ blue 5

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

Shades of Tenne (Tawny) #CC4805

Tints of Tenne (Tawny) #CC4805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 72.6%
G = 25.62%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC4805 (or 0xCC4805) is known color: Tenne (Tawny). HEX triplet: CC, 48 and 05. RGB value is (204,72,5). Sum of RGB (Red+Green+Blue) = 204+72+5=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4805 is #33B7FA. Grayscale: #686868. Windows color (decimal): -3389435 or 346316. OLE color: 346316.

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

Color convert

RGB 204 72 5 -
CMYK 0 0.65 0.98 0.2
HSL 20.2º 0.95% 0.41% -
HSV(B) 20.2º 0.98% 0.8% -
XYZ 27.25 17.48 2.08 -
YUV 103.83 72.23 199.45 -
System Red Green Blue C M Y K H S L
Decimal 204 72 5 0 0.65 0.98 0.2 20.2 0.95 0.41
Hex CC 48 5 0 41 62 14 14 5F 29
Octal 314 110 5 0 101 142 24 24 137 51
Binary 11001100 1001000 101 0 1000001 1100010 10100 10100 1011111 101001

Color Harmonies of #CC4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4805

Black with #CC4805

Text Example


Text Example

White with #CC4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4805; }

 p { color: rgb(204,72,5); }

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

background-color css

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

 a { background-color: rgb(204,72,5); }

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

border-color css

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

 span { border-color: rgb(204,72,5); }

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