Html Css Color HEX #CC6201 Tenne (Tawny)

📋 copy color: '#CC6201'

red 204 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #CC6201

Tints of Tenne (Tawny) #CC6201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

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

R = 67.33%
G = 32.34%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC6201 (or 0xCC6201) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 01. RGB value is (204,98,1). Sum of RGB (Red+Green+Blue) = 204+98+1=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6201 is #339DFE. Grayscale: #777777. Windows color (decimal): -3382783 or 90828. OLE color: 90828.

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

Color convert

RGB 204 98 1 -
CMYK 0 0.52 1.00 0.2
HSL 28.67º 0.99% 0.4% -
HSV(B) 28.67º 1% 0.8% -
XYZ 29.28 21.57 2.65 -
YUV 118.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 204 98 1 0 0.52 1.00 0.2 28.67 0.99 0.4
Hex CC 62 1 0 34 64 14 1D 63 28
Octal 314 142 1 0 64 144 24 35 143 50
Binary 11001100 1100010 1 0 110100 1100100 10100 11101 1100011 101000

Color Harmonies of #CC6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6201

Black with #CC6201

Text Example


Text Example

White with #CC6201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6201; }

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

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

background-color css

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

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

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

border-color css

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

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

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