Html Css Color HEX #CC6C35 Tango

📋 copy color: '#CC6C35'

red 204 ◦ green 108 ◦ blue 53

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

Shades of Tango #CC6C35

Tints of Tango #CC6C35

RGB

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

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

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

R = 55.89%
G = 29.59%
B = 14.52%

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

#CC6C35 (or 0xCC6C35) is known color: Tango. HEX triplet: CC, 6C and 35. RGB value is (204,108,53). Sum of RGB (Red+Green+Blue) = 204+108+53=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C35 is #3393CA. Grayscale: #828282. Windows color (decimal): -3380171 or 3501260. OLE color: 3501260.

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

Color convert

RGB 204 108 53 -
CMYK 0 0.47 0.74 0.2
HSL 21.85º 0.6% 0.5% -
HSV(B) 21.85º 0.74% 0.8% -
XYZ 30.91 23.82 6.34 -
YUV 130.43 84.3 180.47 -
System Red Green Blue C M Y K H S L
Decimal 204 108 53 0 0.47 0.74 0.2 21.85 0.6 0.5
Hex CC 6C 35 0 2F 4A 14 16 3C 32
Octal 314 154 65 0 57 112 24 26 74 62
Binary 11001100 1101100 110101 0 101111 1001010 10100 10110 111100 110010

Color Harmonies of #CC6C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C35

Black with #CC6C35

Text Example


Text Example

White with #CC6C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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