Html Css Color HEX #C895BD Lily

📋 copy color: '#C895BD'

red 200 ◦ green 149 ◦ blue 189

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

Shades of Lily #C895BD

Tints of Lily #C895BD

RGB

 RED value IS 200 (78.52% from 255) = 37.17%

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

 BLUE value IS 189 (74.22% from 255) = 35.13%

R = 37.17%
G = 27.7%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C895BD (or 0xC895BD) is known color: Lily. HEX triplet: C8, 95 and BD. RGB value is (200,149,189). Sum of RGB (Red+Green+Blue) = 200+149+189=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C895BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895BD is #376A42. Grayscale: #A8A8A8. Windows color (decimal): -3631683 or 12424648. OLE color: 12424648.

HSL color Cylindrical-coordinate representation of color #C895BD: hue angle of 312.94º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C895BD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 189 -
CMYK 0 0.26 0.06 0.22
HSL 312.94º 0.32% 0.68% -
HSV(B) 312.94º 0.26% 0.78% -
XYZ 43.75 37.45 53.07 -
YUV 168.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 200 149 189 0 0.26 0.06 0.22 312.94 0.32 0.68
Hex C8 95 BD 0 1A 6 16 139 20 44
Octal 310 225 275 0 32 6 26 471 40 104
Binary 11001000 10010101 10111101 0 11010 110 10110 100111001 100000 1000100

Color Harmonies of #C895BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895BD

Black with #C895BD

Text Example


Text Example

White with #C895BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895BD; }

 p { color: rgb(200,149,189); }

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

background-color css

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

 a { background-color: rgb(200,149,189); }

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

border-color css

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

 span { border-color: rgb(200,149,189); }

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