Html Css Color HEX #CC5201 Tenne (Tawny)

📋 copy color: '#CC5201'

red 204 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #CC5201

Tints of Tenne (Tawny) #CC5201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 71.08%
G = 28.57%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC5201 (or 0xCC5201) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 01. RGB value is (204,82,1). Sum of RGB (Red+Green+Blue) = 204+82+1=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5201 is #33ADFE. Grayscale: #6D6D6D. Windows color (decimal): -3386879 or 86732. OLE color: 86732.

HSL color Cylindrical-coordinate representation of color #CC5201: hue angle of 23.94º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC5201 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 1 -
CMYK 0 0.60 1.00 0.2
HSL 23.94º 0.99% 0.4% -
HSV(B) 23.94º 1% 0.8% -
XYZ 27.92 18.87 2.2 -
YUV 109.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 204 82 1 0 0.60 1.00 0.2 23.94 0.99 0.4
Hex CC 52 1 0 3C 64 14 18 63 28
Octal 314 122 1 0 74 144 24 30 143 50
Binary 11001100 1010010 1 0 111100 1100100 10100 11000 1100011 101000

Color Harmonies of #CC5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5201

Black with #CC5201

Text Example


Text Example

White with #CC5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5201; }

 p { color: rgb(204,82,1); }

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

background-color css

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

 a { background-color: rgb(204,82,1); }

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

border-color css

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

 span { border-color: rgb(204,82,1); }

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