Html Css Color HEX #C88CAB Lily

📋 copy color: '#C88CAB'

red 200 ◦ green 140 ◦ blue 171

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

Shades of Lily #C88CAB

Tints of Lily #C88CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

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

R = 39.14%
G = 27.4%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C88CAB (or 0xC88CAB) is known color: Lily. HEX triplet: C8, 8C and AB. RGB value is (200,140,171). Sum of RGB (Red+Green+Blue) = 200+140+171=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CAB is #377354. Grayscale: #A1A1A1. Windows color (decimal): -3634005 or 11242696. OLE color: 11242696.

HSL color Cylindrical-coordinate representation of color #C88CAB: hue angle of 329º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88CAB is Cyan = 0, Magento = 0.3, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 171 -
CMYK 0 0.3 0.14 0.22
HSL 329º 0.35% 0.67% -
HSV(B) 329º 0.3% 0.78% -
XYZ 40.55 33.98 42.95 -
YUV 161.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 200 140 171 0 0.3 0.14 0.22 329 0.35 0.67
Hex C8 8C AB 0 1E E 16 149 23 43
Octal 310 214 253 0 36 16 26 511 43 103
Binary 11001000 10001100 10101011 0 11110 1110 10110 101001001 100011 1000011

Color Harmonies of #C88CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CAB

Black with #C88CAB

Text Example


Text Example

White with #C88CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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