Html Css Color HEX #CC6A02 Tenne (Tawny)

📋 copy color: '#CC6A02'

red 204 ◦ green 106 ◦ blue 2

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

Shades of Tenne (Tawny) #CC6A02

Tints of Tenne (Tawny) #CC6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

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

R = 65.38%
G = 33.97%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC6A02 (or 0xCC6A02) is known color: Tenne (Tawny). HEX triplet: CC, 6A and 02. RGB value is (204,106,2). Sum of RGB (Red+Green+Blue) = 204+106+2=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A02 is #3395FD. Grayscale: #7B7B7B. Windows color (decimal): -3380734 or 158412. OLE color: 158412.

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

Color convert

RGB 204 106 2 -
CMYK 0 0.48 0.99 0.2
HSL 30.89º 0.98% 0.4% -
HSV(B) 30.89º 0.99% 0.8% -
XYZ 30.07 23.15 2.94 -
YUV 123.45 59.47 185.46 -
System Red Green Blue C M Y K H S L
Decimal 204 106 2 0 0.48 0.99 0.2 30.89 0.98 0.4
Hex CC 6A 2 0 30 63 14 1F 62 28
Octal 314 152 2 0 60 143 24 37 142 50
Binary 11001100 1101010 10 0 110000 1100011 10100 11111 1100010 101000

Color Harmonies of #CC6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A02

Black with #CC6A02

Text Example


Text Example

White with #CC6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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