Html Css Color HEX #C88AAC Lily

📋 copy color: '#C88AAC'

red 200 ◦ green 138 ◦ blue 172

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

Shades of Lily #C88AAC

Tints of Lily #C88AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 39.22%
G = 27.06%
B = 33.73%

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

#C88AAC (or 0xC88AAC) is known color: Lily. HEX triplet: C8, 8A and AC. RGB value is (200,138,172). Sum of RGB (Red+Green+Blue) = 200+138+172=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAC is #377553. Grayscale: #A0A0A0. Windows color (decimal): -3634516 or 11307720. OLE color: 11307720.

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

Color convert

RGB 200 138 172 -
CMYK 0 0.31 0.14 0.22
HSL 327.1º 0.36% 0.66% -
HSV(B) 327.1º 0.31% 0.78% -
XYZ 40.35 33.43 43.36 -
YUV 160.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 200 138 172 0 0.31 0.14 0.22 327.1 0.36 0.66
Hex C8 8A AC 0 1F E 16 147 24 42
Octal 310 212 254 0 37 16 26 507 44 102
Binary 11001000 10001010 10101100 0 11111 1110 10110 101000111 100100 1000010

Color Harmonies of #C88AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AAC

Black with #C88AAC

Text Example


Text Example

White with #C88AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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