Html Css Color HEX #C896BC Lily

📋 copy color: '#C896BC'

red 200 ◦ green 150 ◦ blue 188

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

Shades of Lily #C896BC

Tints of Lily #C896BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 37.17%
G = 27.88%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C896BC (or 0xC896BC) is known color: Lily. HEX triplet: C8, 96 and BC. RGB value is (200,150,188). Sum of RGB (Red+Green+Blue) = 200+150+188=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C896BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896BC is #376943. Grayscale: #A9A9A9. Windows color (decimal): -3631428 or 12359368. OLE color: 12359368.

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

Color convert

RGB 200 150 188 -
CMYK 0 0.25 0.06 0.22
HSL 314.4º 0.31% 0.69% -
HSV(B) 314.4º 0.25% 0.78% -
XYZ 43.8 37.72 52.55 -
YUV 169.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 200 150 188 0 0.25 0.06 0.22 314.4 0.31 0.69
Hex C8 96 BC 0 19 6 16 13A 1F 45
Octal 310 226 274 0 31 6 26 472 37 105
Binary 11001000 10010110 10111100 0 11001 110 10110 100111010 11111 1000101

Color Harmonies of #C896BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896BC

Black with #C896BC

Text Example


Text Example

White with #C896BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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