Html Css Color HEX #CC4404 Tenne (Tawny)

📋 copy color: '#CC4404'

red 204 ◦ green 68 ◦ blue 4

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

Shades of Tenne (Tawny) #CC4404

Tints of Tenne (Tawny) #CC4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

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

R = 73.91%
G = 24.64%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC4404 (or 0xCC4404) is known color: Tenne (Tawny). HEX triplet: CC, 44 and 04. RGB value is (204,68,4). Sum of RGB (Red+Green+Blue) = 204+68+4=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4404 is #33BBFB. Grayscale: #656565. Windows color (decimal): -3390460 or 279756. OLE color: 279756.

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

Color convert

RGB 204 68 4 -
CMYK 0 0.67 0.98 0.2
HSL 19.2º 0.96% 0.41% -
HSV(B) 19.2º 0.98% 0.8% -
XYZ 26.99 16.98 1.97 -
YUV 101.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 204 68 4 0 0.67 0.98 0.2 19.2 0.96 0.41
Hex CC 44 4 0 43 62 14 13 60 29
Octal 314 104 4 0 103 142 24 23 140 51
Binary 11001100 1000100 100 0 1000011 1100010 10100 10011 1100000 101001

Color Harmonies of #CC4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4404

Black with #CC4404

Text Example


Text Example

White with #CC4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4404; }

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

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

background-color css

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

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

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

border-color css

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

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

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