Html Css Color HEX #CC4E04 Tenne (Tawny)

📋 copy color: '#CC4E04'

red 204 ◦ green 78 ◦ blue 4

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

Shades of Tenne (Tawny) #CC4E04

Tints of Tenne (Tawny) #CC4E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 71.33%
G = 27.27%
B = 1.4%

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

#CC4E04 (or 0xCC4E04) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 04. RGB value is (204,78,4). Sum of RGB (Red+Green+Blue) = 204+78+4=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E04 is #33B1FB. Grayscale: #6B6B6B. Windows color (decimal): -3387900 or 282316. OLE color: 282316.

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

Color convert

RGB 204 78 4 -
CMYK 0 0.62 0.98 0.2
HSL 22.2º 0.96% 0.41% -
HSV(B) 22.2º 0.98% 0.8% -
XYZ 27.65 18.29 2.19 -
YUV 107.24 69.74 197.02 -
System Red Green Blue C M Y K H S L
Decimal 204 78 4 0 0.62 0.98 0.2 22.2 0.96 0.41
Hex CC 4E 4 0 3E 62 14 16 60 29
Octal 314 116 4 0 76 142 24 26 140 51
Binary 11001100 1001110 100 0 111110 1100010 10100 10110 1100000 101001

Color Harmonies of #CC4E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E04

Black with #CC4E04

Text Example


Text Example

White with #CC4E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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