Html Css Color HEX #CC6202 Tenne (Tawny)

📋 copy color: '#CC6202'

red 204 ◦ green 98 ◦ blue 2

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

Shades of Tenne (Tawny) #CC6202

Tints of Tenne (Tawny) #CC6202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 67.11%
G = 32.24%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC6202 (or 0xCC6202) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 02. RGB value is (204,98,2). Sum of RGB (Red+Green+Blue) = 204+98+2=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6202 is #339DFD. Grayscale: #777777. Windows color (decimal): -3382782 or 156364. OLE color: 156364.

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

Color convert

RGB 204 98 2 -
CMYK 0 0.52 0.99 0.2
HSL 28.51º 0.98% 0.4% -
HSV(B) 28.51º 0.99% 0.8% -
XYZ 29.28 21.58 2.68 -
YUV 118.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 204 98 2 0 0.52 0.99 0.2 28.51 0.98 0.4
Hex CC 62 2 0 34 63 14 1D 62 28
Octal 314 142 2 0 64 143 24 35 142 50
Binary 11001100 1100010 10 0 110100 1100011 10100 11101 1100010 101000

Color Harmonies of #CC6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6202

Black with #CC6202

Text Example


Text Example

White with #CC6202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6202; }

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

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

background-color css

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

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

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

border-color css

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

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

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