Html Css Color HEX #CC6980 Charm

📋 copy color: '#CC6980'

red 204 ◦ green 105 ◦ blue 128

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

Shades of Charm #CC6980

Tints of Charm #CC6980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.03%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 46.68%
G = 24.03%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC6980 (or 0xCC6980) is known color: Charm. HEX triplet: CC, 69 and 80. RGB value is (204,105,128). Sum of RGB (Red+Green+Blue) = 204+105+128=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6980 is #33967F. Grayscale: #898989. Windows color (decimal): -3380864 or 8415692. OLE color: 8415692.

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

Color convert

RGB 204 105 128 -
CMYK 0 0.49 0.37 0.2
HSL 346.06º 0.49% 0.61% -
HSV(B) 346.06º 0.49% 0.8% -
XYZ 33.85 24.5 23.37 -
YUV 137.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 204 105 128 0 0.49 0.37 0.2 346.06 0.49 0.61
Hex CC 69 80 0 31 25 14 15A 31 3D
Octal 314 151 200 0 61 45 24 532 61 75
Binary 11001100 1101001 10000000 0 110001 100101 10100 101011010 110001 111101

Color Harmonies of #CC6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6980

Black with #CC6980

Text Example


Text Example

White with #CC6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6980; }

 p { color: rgb(204,105,128); }

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

background-color css

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

 a { background-color: rgb(204,105,128); }

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

border-color css

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

 span { border-color: rgb(204,105,128); }

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