Html Css Color HEX #CC6A08 Tenne (Tawny)

📋 copy color: '#CC6A08'

red 204 ◦ green 106 ◦ blue 8

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

Shades of Tenne (Tawny) #CC6A08

Tints of Tenne (Tawny) #CC6A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 64.15%
G = 33.33%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC6A08 (or 0xCC6A08) is known color: Tenne (Tawny). HEX triplet: CC, 6A and 08. RGB value is (204,106,8). Sum of RGB (Red+Green+Blue) = 204+106+8=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A08 is #3395F7. Grayscale: #7C7C7C. Windows color (decimal): -3380728 or 551628. OLE color: 551628.

HSL color Cylindrical-coordinate representation of color #CC6A08: hue angle of 30º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC6A08 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 8 -
CMYK 0 0.48 0.96 0.2
HSL 30º 0.92% 0.42% -
HSV(B) 30º 0.96% 0.8% -
XYZ 30.1 23.16 3.11 -
YUV 124.13 62.47 184.97 -
System Red Green Blue C M Y K H S L
Decimal 204 106 8 0 0.48 0.96 0.2 30 0.92 0.42
Hex CC 6A 8 0 30 60 14 1E 5C 2A
Octal 314 152 10 0 60 140 24 36 134 52
Binary 11001100 1101010 1000 0 110000 1100000 10100 11110 1011100 101010

Color Harmonies of #CC6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A08

Black with #CC6A08

Text Example


Text Example

White with #CC6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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