Html Css Color HEX #CC4707 Tenne (Tawny)

📋 copy color: '#CC4707'

red 204 ◦ green 71 ◦ blue 7

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

Shades of Tenne (Tawny) #CC4707

Tints of Tenne (Tawny) #CC4707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 72.34%
G = 25.18%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC4707 (or 0xCC4707) is known color: Tenne (Tawny). HEX triplet: CC, 47 and 07. RGB value is (204,71,7). Sum of RGB (Red+Green+Blue) = 204+71+7=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4707 is #33B8F8. Grayscale: #676767. Windows color (decimal): -3389689 or 477132. OLE color: 477132.

HSL color Cylindrical-coordinate representation of color #CC4707: hue angle of 19.49º degrees, saturation: 0.93, 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 #CC4707 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 71 7 -
CMYK 0 0.65 0.97 0.2
HSL 19.49º 0.93% 0.41% -
HSV(B) 19.49º 0.97% 0.8% -
XYZ 27.19 17.36 2.12 -
YUV 103.47 73.56 199.7 -
System Red Green Blue C M Y K H S L
Decimal 204 71 7 0 0.65 0.97 0.2 19.49 0.93 0.41
Hex CC 47 7 0 41 61 14 13 5D 29
Octal 314 107 7 0 101 141 24 23 135 51
Binary 11001100 1000111 111 0 1000001 1100001 10100 10011 1011101 101001

Color Harmonies of #CC4707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4707

Black with #CC4707

Text Example


Text Example

White with #CC4707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4707; }

 p { color: rgb(204,71,7); }

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

background-color css

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

 a { background-color: rgb(204,71,7); }

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

border-color css

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

 span { border-color: rgb(204,71,7); }

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