Html Css Color HEX #CC6D35 Tango

📋 copy color: '#CC6D35'

red 204 ◦ green 109 ◦ blue 53

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

Shades of Tango #CC6D35

Tints of Tango #CC6D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

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

R = 55.74%
G = 29.78%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC6D35 (or 0xCC6D35) is known color: Tango. HEX triplet: CC, 6D and 35. RGB value is (204,109,53). Sum of RGB (Red+Green+Blue) = 204+109+53=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D35 is #3392CA. Grayscale: #838383. Windows color (decimal): -3379915 or 3501516. OLE color: 3501516.

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

Color convert

RGB 204 109 53 -
CMYK 0 0.47 0.74 0.2
HSL 22.25º 0.6% 0.5% -
HSV(B) 22.25º 0.74% 0.8% -
XYZ 31.01 24.03 6.37 -
YUV 131.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 204 109 53 0 0.47 0.74 0.2 22.25 0.6 0.5
Hex CC 6D 35 0 2F 4A 14 16 3C 32
Octal 314 155 65 0 57 112 24 26 74 62
Binary 11001100 1101101 110101 0 101111 1001010 10100 10110 111100 110010

Color Harmonies of #CC6D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D35

Black with #CC6D35

Text Example


Text Example

White with #CC6D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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