Html Css Color HEX #C895B5 Lily

📋 copy color: '#C895B5'

red 200 ◦ green 149 ◦ blue 181

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

Shades of Lily #C895B5

Tints of Lily #C895B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.15%

R = 37.74%
G = 28.11%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C895B5 (or 0xC895B5) is known color: Lily. HEX triplet: C8, 95 and B5. RGB value is (200,149,181). Sum of RGB (Red+Green+Blue) = 200+149+181=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C895B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895B5 is #376A4A. Grayscale: #A7A7A7. Windows color (decimal): -3631691 or 11900360. OLE color: 11900360.

HSL color Cylindrical-coordinate representation of color #C895B5: hue angle of 322.35º 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 #C895B5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 181 -
CMYK 0 0.26 0.09 0.22
HSL 322.35º 0.32% 0.68% -
HSV(B) 322.35º 0.26% 0.78% -
XYZ 42.91 37.11 48.62 -
YUV 167.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 200 149 181 0 0.26 0.09 0.22 322.35 0.32 0.68
Hex C8 95 B5 0 1A 9 16 142 20 44
Octal 310 225 265 0 32 11 26 502 40 104
Binary 11001000 10010101 10110101 0 11010 1001 10110 101000010 100000 1000100

Color Harmonies of #C895B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895B5

Black with #C895B5

Text Example


Text Example

White with #C895B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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