Html Css Color HEX #CC6B2E Tango

📋 copy color: '#CC6B2E'

red 204 ◦ green 107 ◦ blue 46

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

Shades of Tango #CC6B2E

Tints of Tango #CC6B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 57.14%
G = 29.97%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC6B2E (or 0xCC6B2E) is known color: Tango. HEX triplet: CC, 6B and 2E. RGB value is (204,107,46). Sum of RGB (Red+Green+Blue) = 204+107+46=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B2E is #3394D1. Grayscale: #818181. Windows color (decimal): -3380434 or 3042252. OLE color: 3042252.

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

Color convert

RGB 204 107 46 -
CMYK 0 0.48 0.77 0.2
HSL 23.16º 0.63% 0.49% -
HSV(B) 23.16º 0.77% 0.8% -
XYZ 30.65 23.55 5.51 -
YUV 129.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 204 107 46 0 0.48 0.77 0.2 23.16 0.63 0.49
Hex CC 6B 2E 0 30 4D 14 17 3F 31
Octal 314 153 56 0 60 115 24 27 77 61
Binary 11001100 1101011 101110 0 110000 1001101 10100 10111 111111 110001

Color Harmonies of #CC6B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B2E

Black with #CC6B2E

Text Example


Text Example

White with #CC6B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B2E; }

 p { color: rgb(204,107,46); }

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

background-color css

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

 a { background-color: rgb(204,107,46); }

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

border-color css

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

 span { border-color: rgb(204,107,46); }

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