Html Css Color HEX #CC4402 Tenne (Tawny)

📋 copy color: '#CC4402'

red 204 ◦ green 68 ◦ blue 2

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

Shades of Tenne (Tawny) #CC4402

Tints of Tenne (Tawny) #CC4402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 74.45%
G = 24.82%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4402 (or 0xCC4402) is known color: Tenne (Tawny). HEX triplet: CC, 44 and 02. RGB value is (204,68,2). Sum of RGB (Red+Green+Blue) = 204+68+2=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4402 is #33BBFD. Grayscale: #656565. Windows color (decimal): -3390462 or 148684. OLE color: 148684.

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

Color convert

RGB 204 68 2 -
CMYK 0 0.67 0.99 0.2
HSL 19.6º 0.98% 0.4% -
HSV(B) 19.6º 0.99% 0.8% -
XYZ 26.98 16.98 1.91 -
YUV 101.14 72.06 201.37 -
System Red Green Blue C M Y K H S L
Decimal 204 68 2 0 0.67 0.99 0.2 19.6 0.98 0.4
Hex CC 44 2 0 43 63 14 14 62 28
Octal 314 104 2 0 103 143 24 24 142 50
Binary 11001100 1000100 10 0 1000011 1100011 10100 10100 1100010 101000

Color Harmonies of #CC4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4402

Black with #CC4402

Text Example


Text Example

White with #CC4402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4402; }

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

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

background-color css

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

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

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

border-color css

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

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

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