Html Css Color HEX #CC6C2A Tango

📋 copy color: '#CC6C2A'

red 204 ◦ green 108 ◦ blue 42

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

Shades of Tango #CC6C2A

Tints of Tango #CC6C2A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

 BLUE value IS 42 (16.8% from 255) = 11.86%

R = 57.63%
G = 30.51%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC6C2A (or 0xCC6C2A) is known color: Tango. HEX triplet: CC, 6C and 2A. RGB value is (204,108,42). Sum of RGB (Red+Green+Blue) = 204+108+42=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C2A is #3393D5. Grayscale: #818181. Windows color (decimal): -3380182 or 2780364. OLE color: 2780364.

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

Color convert

RGB 204 108 42 -
CMYK 0 0.47 0.79 0.2
HSL 24.44º 0.66% 0.48% -
HSV(B) 24.44º 0.79% 0.8% -
XYZ 30.68 23.73 5.15 -
YUV 129.18 78.8 181.37 -
System Red Green Blue C M Y K H S L
Decimal 204 108 42 0 0.47 0.79 0.2 24.44 0.66 0.48
Hex CC 6C 2A 0 2F 4F 14 18 42 30
Octal 314 154 52 0 57 117 24 30 102 60
Binary 11001100 1101100 101010 0 101111 1001111 10100 11000 1000010 110000

Color Harmonies of #CC6C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C2A

Black with #CC6C2A

Text Example


Text Example

White with #CC6C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C2A; }

 p { color: rgb(204,108,42); }

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

background-color css

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

 a { background-color: rgb(204,108,42); }

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

border-color css

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

 span { border-color: rgb(204,108,42); }

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