Html Css Color HEX #CC6402 Tenne (Tawny)

📋 copy color: '#CC6402'

red 204 ◦ green 100 ◦ blue 2

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

Shades of Tenne (Tawny) #CC6402

Tints of Tenne (Tawny) #CC6402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 66.67%
G = 32.68%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC6402 (or 0xCC6402) is known color: Tenne (Tawny). HEX triplet: CC, 64 and 02. RGB value is (204,100,2). Sum of RGB (Red+Green+Blue) = 204+100+2=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6402 is #339BFD. Grayscale: #787878. Windows color (decimal): -3382270 or 156876. OLE color: 156876.

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

Color convert

RGB 204 100 2 -
CMYK 0 0.51 0.99 0.2
HSL 29.11º 0.98% 0.4% -
HSV(B) 29.11º 0.99% 0.8% -
XYZ 29.47 21.96 2.74 -
YUV 119.92 61.46 187.97 -
System Red Green Blue C M Y K H S L
Decimal 204 100 2 0 0.51 0.99 0.2 29.11 0.98 0.4
Hex CC 64 2 0 33 63 14 1D 62 28
Octal 314 144 2 0 63 143 24 35 142 50
Binary 11001100 1100100 10 0 110011 1100011 10100 11101 1100010 101000

Color Harmonies of #CC6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6402

Black with #CC6402

Text Example


Text Example

White with #CC6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6402; }

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

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

background-color css

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

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

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

border-color css

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

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

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