Html Css Color HEX #C88ABB Lily

📋 copy color: '#C88ABB'

red 200 ◦ green 138 ◦ blue 187

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

Shades of Lily #C88ABB

Tints of Lily #C88ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 38.1%
G = 26.29%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C88ABB (or 0xC88ABB) is known color: Lily. HEX triplet: C8, 8A and BB. RGB value is (200,138,187). Sum of RGB (Red+Green+Blue) = 200+138+187=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C88ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ABB is #377544. Grayscale: #A1A1A1. Windows color (decimal): -3634501 or 12290760. OLE color: 12290760.

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

Color convert

RGB 200 138 187 -
CMYK 0 0.31 0.06 0.22
HSL 312.58º 0.36% 0.66% -
HSV(B) 312.58º 0.31% 0.78% -
XYZ 41.88 34.04 51.38 -
YUV 162.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 200 138 187 0 0.31 0.06 0.22 312.58 0.36 0.66
Hex C8 8A BB 0 1F 6 16 139 24 42
Octal 310 212 273 0 37 6 26 471 44 102
Binary 11001000 10001010 10111011 0 11111 110 10110 100111001 100100 1000010

Color Harmonies of #C88ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88ABB

Black with #C88ABB

Text Example


Text Example

White with #C88ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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