Html Css Color HEX #CC4A10 Tenne (Tawny)

📋 copy color: '#CC4A10'

red 204 ◦ green 74 ◦ blue 16

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

Shades of Tenne (Tawny) #CC4A10

Tints of Tenne (Tawny) #CC4A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 69.39%
G = 25.17%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC4A10 (or 0xCC4A10) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 10. RGB value is (204,74,16). Sum of RGB (Red+Green+Blue) = 204+74+16=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A10 is #33B5EF. Grayscale: #6A6A6A. Windows color (decimal): -3388912 or 1067724. OLE color: 1067724.

HSL color Cylindrical-coordinate representation of color #CC4A10: hue angle of 18.51º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4A10 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 16 -
CMYK 0 0.64 0.92 0.2
HSL 18.51º 0.85% 0.43% -
HSV(B) 18.51º 0.92% 0.8% -
XYZ 27.44 17.77 2.47 -
YUV 106.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 204 74 16 0 0.64 0.92 0.2 18.51 0.85 0.43
Hex CC 4A 10 0 40 5C 14 13 55 2B
Octal 314 112 20 0 100 134 24 23 125 53
Binary 11001100 1001010 10000 0 1000000 1011100 10100 10011 1010101 101011

Color Harmonies of #CC4A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A10

Black with #CC4A10

Text Example


Text Example

White with #CC4A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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