Html Css Color HEX #C896B0 Lily

📋 copy color: '#C896B0'

red 200 ◦ green 150 ◦ blue 176

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

Shades of Lily #C896B0

Tints of Lily #C896B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 38.02%
G = 28.52%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C896B0 (or 0xC896B0) is known color: Lily. HEX triplet: C8, 96 and B0. RGB value is (200,150,176). Sum of RGB (Red+Green+Blue) = 200+150+176=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C896B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896B0 is #37694F. Grayscale: #A7A7A7. Windows color (decimal): -3631440 or 11572936. OLE color: 11572936.

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

Color convert

RGB 200 150 176 -
CMYK 0 0.25 0.12 0.22
HSL 328.8º 0.31% 0.69% -
HSV(B) 328.8º 0.25% 0.78% -
XYZ 42.56 37.23 46.02 -
YUV 167.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 200 150 176 0 0.25 0.12 0.22 328.8 0.31 0.69
Hex C8 96 B0 0 19 C 16 149 1F 45
Octal 310 226 260 0 31 14 26 511 37 105
Binary 11001000 10010110 10110000 0 11001 1100 10110 101001001 11111 1000101

Color Harmonies of #C896B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896B0

Black with #C896B0

Text Example


Text Example

White with #C896B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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