Html Css Color HEX #CC5607 Tenne (Tawny)

📋 copy color: '#CC5607'

red 204 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #CC5607

Tints of Tenne (Tawny) #CC5607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 68.69%
G = 28.96%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC5607 (or 0xCC5607) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 07. RGB value is (204,86,7). Sum of RGB (Red+Green+Blue) = 204+86+7=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5607 is #33A9F8. Grayscale: #707070. Windows color (decimal): -3385849 or 480972. OLE color: 480972.

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

Color convert

RGB 204 86 7 -
CMYK 0 0.58 0.97 0.2
HSL 24.06º 0.93% 0.41% -
HSV(B) 24.06º 0.97% 0.8% -
XYZ 28.27 19.51 2.48 -
YUV 112.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 204 86 7 0 0.58 0.97 0.2 24.06 0.93 0.41
Hex CC 56 7 0 3A 61 14 18 5D 29
Octal 314 126 7 0 72 141 24 30 135 51
Binary 11001100 1010110 111 0 111010 1100001 10100 11000 1011101 101001

Color Harmonies of #CC5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5607

Black with #CC5607

Text Example


Text Example

White with #CC5607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5607; }

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

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

background-color css

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

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

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

border-color css

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

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

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