Html Css Color HEX #CC6002 Tenne (Tawny)

📋 copy color: '#CC6002'

red 204 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #CC6002

Tints of Tenne (Tawny) #CC6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 67.55%
G = 31.79%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC6002 (or 0xCC6002) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 02. RGB value is (204,96,2). Sum of RGB (Red+Green+Blue) = 204+96+2=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6002 is #339FFD. Grayscale: #767676. Windows color (decimal): -3383294 or 155852. OLE color: 155852.

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

Color convert

RGB 204 96 2 -
CMYK 0 0.53 0.99 0.2
HSL 27.92º 0.98% 0.4% -
HSV(B) 27.92º 0.99% 0.8% -
XYZ 29.1 21.21 2.62 -
YUV 117.58 62.78 189.64 -
System Red Green Blue C M Y K H S L
Decimal 204 96 2 0 0.53 0.99 0.2 27.92 0.98 0.4
Hex CC 60 2 0 35 63 14 1C 62 28
Octal 314 140 2 0 65 143 24 34 142 50
Binary 11001100 1100000 10 0 110101 1100011 10100 11100 1100010 101000

Color Harmonies of #CC6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6002

Black with #CC6002

Text Example


Text Example

White with #CC6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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