Html Css Color HEX #CC80BA Lily

📋 copy color: '#CC80BA'

red 204 ◦ green 128 ◦ blue 186

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

Shades of Lily #CC80BA

Tints of Lily #CC80BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.71%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 39.38%
G = 24.71%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC80BA (or 0xCC80BA) is known color: Lily. HEX triplet: CC, 80 and BA. RGB value is (204,128,186). Sum of RGB (Red+Green+Blue) = 204+128+186=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80BA is #337F45. Grayscale: #9D9D9D. Windows color (decimal): -3374918 or 12222668. OLE color: 12222668.

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

Color convert

RGB 204 128 186 -
CMYK 0 0.37 0.09 0.2
HSL 314.21º 0.43% 0.65% -
HSV(B) 314.21º 0.37% 0.8% -
XYZ 41.48 31.82 50.41 -
YUV 157.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 204 128 186 0 0.37 0.09 0.2 314.21 0.43 0.65
Hex CC 80 BA 0 25 9 14 13A 2B 41
Octal 314 200 272 0 45 11 24 472 53 101
Binary 11001100 10000000 10111010 0 100101 1001 10100 100111010 101011 1000001

Color Harmonies of #CC80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80BA

Black with #CC80BA

Text Example


Text Example

White with #CC80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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