Html Css Color HEX #CC95BA Lily

📋 copy color: '#CC95BA'

red 204 ◦ green 149 ◦ blue 186

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

Shades of Lily #CC95BA

Tints of Lily #CC95BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

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

R = 37.85%
G = 27.64%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC95BA (or 0xCC95BA) is known color: Lily. HEX triplet: CC, 95 and BA. RGB value is (204,149,186). Sum of RGB (Red+Green+Blue) = 204+149+186=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95BA is #336A45. Grayscale: #A9A9A9. Windows color (decimal): -3369542 or 12228044. OLE color: 12228044.

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

Color convert

RGB 204 149 186 -
CMYK 0 0.27 0.09 0.2
HSL 319.64º 0.35% 0.69% -
HSV(B) 319.64º 0.27% 0.8% -
XYZ 44.51 37.88 51.42 -
YUV 169.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 204 149 186 0 0.27 0.09 0.2 319.64 0.35 0.69
Hex CC 95 BA 0 1B 9 14 140 23 45
Octal 314 225 272 0 33 11 24 500 43 105
Binary 11001100 10010101 10111010 0 11011 1001 10100 101000000 100011 1000101

Color Harmonies of #CC95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95BA

Black with #CC95BA

Text Example


Text Example

White with #CC95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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