Html Css Color HEX #C895B9 Lily

📋 copy color: '#C895B9'

red 200 ◦ green 149 ◦ blue 185

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

Shades of Lily #C895B9

Tints of Lily #C895B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 37.45%
G = 27.9%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C895B9 (or 0xC895B9) is known color: Lily. HEX triplet: C8, 95 and B9. RGB value is (200,149,185). Sum of RGB (Red+Green+Blue) = 200+149+185=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C895B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895B9 is #376A46. Grayscale: #A8A8A8. Windows color (decimal): -3631687 or 12162504. OLE color: 12162504.

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

Color convert

RGB 200 149 185 -
CMYK 0 0.26 0.08 0.22
HSL 317.65º 0.32% 0.68% -
HSV(B) 317.65º 0.26% 0.78% -
XYZ 43.32 37.28 50.81 -
YUV 168.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 200 149 185 0 0.26 0.08 0.22 317.65 0.32 0.68
Hex C8 95 B9 0 1A 8 16 13E 20 44
Octal 310 225 271 0 32 10 26 476 40 104
Binary 11001000 10010101 10111001 0 11010 1000 10110 100111110 100000 1000100

Color Harmonies of #C895B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895B9

Black with #C895B9

Text Example


Text Example

White with #C895B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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