Html Css Color HEX #C88BAB Lily

📋 copy color: '#C88BAB'

red 200 ◦ green 139 ◦ blue 171

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

Shades of Lily #C88BAB

Tints of Lily #C88BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 39.22%
G = 27.25%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C88BAB (or 0xC88BAB) is known color: Lily. HEX triplet: C8, 8B and AB. RGB value is (200,139,171). Sum of RGB (Red+Green+Blue) = 200+139+171=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88BAB is #377454. Grayscale: #A0A0A0. Windows color (decimal): -3634261 or 11242440. OLE color: 11242440.

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

Color convert

RGB 200 139 171 -
CMYK 0 0.30 0.14 0.22
HSL 328.52º 0.36% 0.66% -
HSV(B) 328.52º 0.31% 0.78% -
XYZ 40.4 33.68 42.9 -
YUV 160.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 200 139 171 0 0.30 0.14 0.22 328.52 0.36 0.66
Hex C8 8B AB 0 1E E 16 149 24 42
Octal 310 213 253 0 36 16 26 511 44 102
Binary 11001000 10001011 10101011 0 11110 1110 10110 101001001 100100 1000010

Color Harmonies of #C88BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88BAB

Black with #C88BAB

Text Example


Text Example

White with #C88BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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