Html Css Color HEX #C88BAF Lily

📋 copy color: '#C88BAF'

red 200 ◦ green 139 ◦ blue 175

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

Shades of Lily #C88BAF

Tints of Lily #C88BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 38.91%
G = 27.04%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C88BAF (or 0xC88BAF) is known color: Lily. HEX triplet: C8, 8B and AF. RGB value is (200,139,175). Sum of RGB (Red+Green+Blue) = 200+139+175=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88BAF is #377450. Grayscale: #A1A1A1. Windows color (decimal): -3634257 or 11504584. OLE color: 11504584.

HSL color Cylindrical-coordinate representation of color #C88BAF: hue angle of 324.59º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88BAF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 175 -
CMYK 0 0.30 0.12 0.22
HSL 324.59º 0.36% 0.66% -
HSV(B) 324.59º 0.31% 0.78% -
XYZ 40.79 33.84 44.94 -
YUV 161.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 200 139 175 0 0.30 0.12 0.22 324.59 0.36 0.66
Hex C8 8B AF 0 1E C 16 145 24 42
Octal 310 213 257 0 36 14 26 505 44 102
Binary 11001000 10001011 10101111 0 11110 1100 10110 101000101 100100 1000010

Color Harmonies of #C88BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88BAF

Black with #C88BAF

Text Example


Text Example

White with #C88BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88BAF; }

 p { color: rgb(200,139,175); }

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

background-color css

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

 a { background-color: rgb(200,139,175); }

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

border-color css

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

 span { border-color: rgb(200,139,175); }

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