Html Css Color HEX #C895B4 Lily

📋 copy color: '#C895B4'

red 200 ◦ green 149 ◦ blue 180

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

Shades of Lily #C895B4

Tints of Lily #C895B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 37.81%
G = 28.17%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C895B4 (or 0xC895B4) is known color: Lily. HEX triplet: C8, 95 and B4. RGB value is (200,149,180). Sum of RGB (Red+Green+Blue) = 200+149+180=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C895B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895B4 is #376A4B. Grayscale: #A7A7A7. Windows color (decimal): -3631692 or 11834824. OLE color: 11834824.

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

Color convert

RGB 200 149 180 -
CMYK 0 0.26 0.1 0.22
HSL 323.53º 0.32% 0.68% -
HSV(B) 323.53º 0.26% 0.78% -
XYZ 42.81 37.07 48.08 -
YUV 167.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 200 149 180 0 0.26 0.1 0.22 323.53 0.32 0.68
Hex C8 95 B4 0 1A A 16 144 20 44
Octal 310 225 264 0 32 12 26 504 40 104
Binary 11001000 10010101 10110100 0 11010 1010 10110 101000100 100000 1000100

Color Harmonies of #C895B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895B4

Black with #C895B4

Text Example


Text Example

White with #C895B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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