Html Css Color HEX #CC6505 Tenne (Tawny)

📋 copy color: '#CC6505'

red 204 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #CC6505

Tints of Tenne (Tawny) #CC6505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 65.81%
G = 32.58%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC6505 (or 0xCC6505) is known color: Tenne (Tawny). HEX triplet: CC, 65 and 05. RGB value is (204,101,5). Sum of RGB (Red+Green+Blue) = 204+101+5=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6505 is #339AFA. Grayscale: #797979. Windows color (decimal): -3382011 or 353740. OLE color: 353740.

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

Color convert

RGB 204 101 5 -
CMYK 0 0.50 0.98 0.2
HSL 28.94º 0.95% 0.41% -
HSV(B) 28.94º 0.98% 0.8% -
XYZ 29.58 22.16 2.86 -
YUV 120.85 62.62 187.31 -
System Red Green Blue C M Y K H S L
Decimal 204 101 5 0 0.50 0.98 0.2 28.94 0.95 0.41
Hex CC 65 5 0 32 62 14 1D 5F 29
Octal 314 145 5 0 62 142 24 35 137 51
Binary 11001100 1100101 101 0 110010 1100010 10100 11101 1011111 101001

Color Harmonies of #CC6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6505

Black with #CC6505

Text Example


Text Example

White with #CC6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6505; }

 p { color: rgb(204,101,5); }

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

background-color css

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

 a { background-color: rgb(204,101,5); }

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

border-color css

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

 span { border-color: rgb(204,101,5); }

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