Html Css Color HEX #CC4A02 Tenne (Tawny)

📋 copy color: '#CC4A02'

red 204 ◦ green 74 ◦ blue 2

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

Shades of Tenne (Tawny) #CC4A02

Tints of Tenne (Tawny) #CC4A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 72.86%
G = 26.43%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4A02 (or 0xCC4A02) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 02. RGB value is (204,74,2). Sum of RGB (Red+Green+Blue) = 204+74+2=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A02 is #33B5FD. Grayscale: #696969. Windows color (decimal): -3388926 or 150220. OLE color: 150220.

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

Color convert

RGB 204 74 2 -
CMYK 0 0.64 0.99 0.2
HSL 21.39º 0.98% 0.4% -
HSV(B) 21.39º 0.99% 0.8% -
XYZ 27.36 17.74 2.04 -
YUV 104.66 70.07 198.85 -
System Red Green Blue C M Y K H S L
Decimal 204 74 2 0 0.64 0.99 0.2 21.39 0.98 0.4
Hex CC 4A 2 0 40 63 14 15 62 28
Octal 314 112 2 0 100 143 24 25 142 50
Binary 11001100 1001010 10 0 1000000 1100011 10100 10101 1100010 101000

Color Harmonies of #CC4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A02

Black with #CC4A02

Text Example


Text Example

White with #CC4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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