Html Css Color HEX #CC5605 Tenne (Tawny)

📋 copy color: '#CC5605'

red 204 ◦ green 86 ◦ blue 5

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

Shades of Tenne (Tawny) #CC5605

Tints of Tenne (Tawny) #CC5605

RGB

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

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

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

R = 69.15%
G = 29.15%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC5605 (or 0xCC5605) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 05. RGB value is (204,86,5). Sum of RGB (Red+Green+Blue) = 204+86+5=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5605 is #33A9FA. Grayscale: #707070. Windows color (decimal): -3385851 or 349900. OLE color: 349900.

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

Color convert

RGB 204 86 5 -
CMYK 0 0.58 0.98 0.2
HSL 24.42º 0.95% 0.41% -
HSV(B) 24.42º 0.98% 0.8% -
XYZ 28.26 19.5 2.42 -
YUV 112.05 67.59 193.59 -
System Red Green Blue C M Y K H S L
Decimal 204 86 5 0 0.58 0.98 0.2 24.42 0.95 0.41
Hex CC 56 5 0 3A 62 14 18 5F 29
Octal 314 126 5 0 72 142 24 30 137 51
Binary 11001100 1010110 101 0 111010 1100010 10100 11000 1011111 101001

Color Harmonies of #CC5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5605

Black with #CC5605

Text Example


Text Example

White with #CC5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5605; }

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

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

background-color css

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

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

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

border-color css

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

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

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