Html Css Color HEX #CC6200 Tenne (Tawny)

📋 copy color: '#CC6200'

red 204 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #CC6200

Tints of Tenne (Tawny) #CC6200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.55%
G = 32.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC6200 (or 0xCC6200) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 00. RGB value is (204,98,0). Sum of RGB (Red+Green+Blue) = 204+98+0=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6200 is #339DFF. Grayscale: #777777. Windows color (decimal): -3382784 or 25292. OLE color: 25292.

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

Color convert

RGB 204 98 0 -
CMYK 0 0.52 1 0.2
HSL 28.82º 1% 0.4% -
HSV(B) 28.82º 1% 0.8% -
XYZ 29.27 21.57 2.62 -
YUV 118.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 204 98 0 0 0.52 1 0.2 28.82 1 0.4
Hex CC 62 0 0 34 64 14 1D 64 28
Octal 314 142 0 0 64 144 24 35 144 50
Binary 11001100 1100010 0 0 110100 1100100 10100 11101 1100100 101000

Color Harmonies of #CC6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6200

Black with #CC6200

Text Example


Text Example

White with #CC6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6200; }

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

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

background-color css

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

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

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

border-color css

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

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

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