Html Css Color HEX #C895BA Lily

📋 copy color: '#C895BA'

red 200 ◦ green 149 ◦ blue 186

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

Shades of Lily #C895BA

Tints of Lily #C895BA

RGB

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

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

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

R = 37.38%
G = 27.85%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C895BA (or 0xC895BA) is known color: Lily. HEX triplet: C8, 95 and BA. RGB value is (200,149,186). Sum of RGB (Red+Green+Blue) = 200+149+186=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C895BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895BA is #376A45. Grayscale: #A8A8A8. Windows color (decimal): -3631686 or 12228040. OLE color: 12228040.

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

Color convert

RGB 200 149 186 -
CMYK 0 0.26 0.07 0.22
HSL 316.47º 0.32% 0.68% -
HSV(B) 316.47º 0.26% 0.78% -
XYZ 43.43 37.32 51.37 -
YUV 168.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 200 149 186 0 0.26 0.07 0.22 316.47 0.32 0.68
Hex C8 95 BA 0 1A 7 16 13C 20 44
Octal 310 225 272 0 32 7 26 474 40 104
Binary 11001000 10010101 10111010 0 11010 111 10110 100111100 100000 1000100

Color Harmonies of #C895BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895BA

Black with #C895BA

Text Example


Text Example

White with #C895BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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