Html Css Color HEX #CC6E35 Tango

📋 copy color: '#CC6E35'

red 204 ◦ green 110 ◦ blue 53

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

Shades of Tango #CC6E35

Tints of Tango #CC6E35

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 53 (21.09% from 255) = 14.44%

R = 55.59%
G = 29.97%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC6E35 (or 0xCC6E35) is known color: Tango. HEX triplet: CC, 6E and 35. RGB value is (204,110,53). Sum of RGB (Red+Green+Blue) = 204+110+53=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E35 is #3391CA. Grayscale: #838383. Windows color (decimal): -3379659 or 3501772. OLE color: 3501772.

HSL color Cylindrical-coordinate representation of color #CC6E35: hue angle of 22.65º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC6E35 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 110 53 -
CMYK 0 0.46 0.74 0.2
HSL 22.65º 0.6% 0.5% -
HSV(B) 22.65º 0.74% 0.8% -
XYZ 31.12 24.25 6.41 -
YUV 131.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 204 110 53 0 0.46 0.74 0.2 22.65 0.6 0.5
Hex CC 6E 35 0 2E 4A 14 17 3C 32
Octal 314 156 65 0 56 112 24 27 74 62
Binary 11001100 1101110 110101 0 101110 1001010 10100 10111 111100 110010

Color Harmonies of #CC6E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E35

Black with #CC6E35

Text Example


Text Example

White with #CC6E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E35; }

 p { color: rgb(204,110,53); }

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

background-color css

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

 a { background-color: rgb(204,110,53); }

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

border-color css

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

 span { border-color: rgb(204,110,53); }

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