Html Css Color HEX #CC4E05 Tenne (Tawny)

📋 copy color: '#CC4E05'

red 204 ◦ green 78 ◦ blue 5

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

Shades of Tenne (Tawny) #CC4E05

Tints of Tenne (Tawny) #CC4E05

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.18%

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

R = 71.08%
G = 27.18%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC4E05 (or 0xCC4E05) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 05. RGB value is (204,78,5). Sum of RGB (Red+Green+Blue) = 204+78+5=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E05 is #33B1FA. Grayscale: #6B6B6B. Windows color (decimal): -3387899 or 347852. OLE color: 347852.

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

Color convert

RGB 204 78 5 -
CMYK 0 0.62 0.98 0.2
HSL 22.01º 0.95% 0.41% -
HSV(B) 22.01º 0.98% 0.8% -
XYZ 27.65 18.3 2.22 -
YUV 107.35 70.24 196.94 -
System Red Green Blue C M Y K H S L
Decimal 204 78 5 0 0.62 0.98 0.2 22.01 0.95 0.41
Hex CC 4E 5 0 3E 62 14 16 5F 29
Octal 314 116 5 0 76 142 24 26 137 51
Binary 11001100 1001110 101 0 111110 1100010 10100 10110 1011111 101001

Color Harmonies of #CC4E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E05

Black with #CC4E05

Text Example


Text Example

White with #CC4E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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