Html Css Color HEX #C88AAB Lily

📋 copy color: '#C88AAB'

red 200 ◦ green 138 ◦ blue 171

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

Shades of Lily #C88AAB

Tints of Lily #C88AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

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

R = 39.29%
G = 27.11%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C88AAB (or 0xC88AAB) is known color: Lily. HEX triplet: C8, 8A and AB. RGB value is (200,138,171). Sum of RGB (Red+Green+Blue) = 200+138+171=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAB is #377554. Grayscale: #A0A0A0. Windows color (decimal): -3634517 or 11242184. OLE color: 11242184.

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

Color convert

RGB 200 138 171 -
CMYK 0 0.31 0.14 0.22
HSL 328.06º 0.36% 0.66% -
HSV(B) 328.06º 0.31% 0.78% -
XYZ 40.26 33.4 42.85 -
YUV 160.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 200 138 171 0 0.31 0.14 0.22 328.06 0.36 0.66
Hex C8 8A AB 0 1F E 16 148 24 42
Octal 310 212 253 0 37 16 26 510 44 102
Binary 11001000 10001010 10101011 0 11111 1110 10110 101001000 100100 1000010

Color Harmonies of #C88AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AAB

Black with #C88AAB

Text Example


Text Example

White with #C88AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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