Html Css Color HEX #C896AC Lily

📋 copy color: '#C896AC'

red 200 ◦ green 150 ◦ blue 172

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

Shades of Lily #C896AC

Tints of Lily #C896AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 38.31%
G = 28.74%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C896AC (or 0xC896AC) is known color: Lily. HEX triplet: C8, 96 and AC. RGB value is (200,150,172). Sum of RGB (Red+Green+Blue) = 200+150+172=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C896AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896AC is #376953. Grayscale: #A7A7A7. Windows color (decimal): -3631444 or 11310792. OLE color: 11310792.

HSL color Cylindrical-coordinate representation of color #C896AC: hue angle of 333.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C896AC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 172 -
CMYK 0 0.25 0.14 0.22
HSL 333.6º 0.31% 0.69% -
HSV(B) 333.6º 0.25% 0.78% -
XYZ 42.17 37.07 43.96 -
YUV 167.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 200 150 172 0 0.25 0.14 0.22 333.6 0.31 0.69
Hex C8 96 AC 0 19 E 16 14E 1F 45
Octal 310 226 254 0 31 16 26 516 37 105
Binary 11001000 10010110 10101100 0 11001 1110 10110 101001110 11111 1000101

Color Harmonies of #C896AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896AC

Black with #C896AC

Text Example


Text Example

White with #C896AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896AC; }

 p { color: rgb(200,150,172); }

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

background-color css

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

 a { background-color: rgb(200,150,172); }

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

border-color css

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

 span { border-color: rgb(200,150,172); }

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