Html Css Color HEX #CC4C06 Tenne (Tawny)

📋 copy color: '#CC4C06'

red 204 ◦ green 76 ◦ blue 6

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

Shades of Tenne (Tawny) #CC4C06

Tints of Tenne (Tawny) #CC4C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 71.33%
G = 26.57%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC4C06 (or 0xCC4C06) is known color: Tenne (Tawny). HEX triplet: CC, 4C and 06. RGB value is (204,76,6). Sum of RGB (Red+Green+Blue) = 204+76+6=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C06 is #33B3F9. Grayscale: #6A6A6A. Windows color (decimal): -3388410 or 412876. OLE color: 412876.

HSL color Cylindrical-coordinate representation of color #CC4C06: hue angle of 21.21º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC4C06 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 76 6 -
CMYK 0 0.63 0.97 0.2
HSL 21.21º 0.94% 0.41% -
HSV(B) 21.21º 0.97% 0.8% -
XYZ 27.52 18.02 2.2 -
YUV 106.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 204 76 6 0 0.63 0.97 0.2 21.21 0.94 0.41
Hex CC 4C 6 0 3F 61 14 15 5E 29
Octal 314 114 6 0 77 141 24 25 136 51
Binary 11001100 1001100 110 0 111111 1100001 10100 10101 1011110 101001

Color Harmonies of #CC4C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C06

Black with #CC4C06

Text Example


Text Example

White with #CC4C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C06; }

 p { color: rgb(204,76,6); }

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

background-color css

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

 a { background-color: rgb(204,76,6); }

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

border-color css

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

 span { border-color: rgb(204,76,6); }

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