Html Css Color HEX #CC4A0F Tenne (Tawny)

📋 copy color: '#CC4A0F'

red 204 ◦ green 74 ◦ blue 15

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

Shades of Tenne (Tawny) #CC4A0F

Tints of Tenne (Tawny) #CC4A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 69.62%
G = 25.26%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC4A0F (or 0xCC4A0F) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 0F. RGB value is (204,74,15). Sum of RGB (Red+Green+Blue) = 204+74+15=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A0F is #33B5F0. Grayscale: #6A6A6A. Windows color (decimal): -3388913 or 1002188. OLE color: 1002188.

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

Color convert

RGB 204 74 15 -
CMYK 0 0.64 0.93 0.2
HSL 18.73º 0.86% 0.43% -
HSV(B) 18.73º 0.93% 0.8% -
XYZ 27.44 17.77 2.44 -
YUV 106.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 204 74 15 0 0.64 0.93 0.2 18.73 0.86 0.43
Hex CC 4A F 0 40 5D 14 13 56 2B
Octal 314 112 17 0 100 135 24 23 126 53
Binary 11001100 1001010 1111 0 1000000 1011101 10100 10011 1010110 101011

Color Harmonies of #CC4A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A0F

Black with #CC4A0F

Text Example


Text Example

White with #CC4A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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