Html Css Color HEX #C88AAE Lily

📋 copy color: '#C88AAE'

red 200 ◦ green 138 ◦ blue 174

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

Shades of Lily #C88AAE

Tints of Lily #C88AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 39.06%
G = 26.95%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C88AAE (or 0xC88AAE) is known color: Lily. HEX triplet: C8, 8A and AE. RGB value is (200,138,174). Sum of RGB (Red+Green+Blue) = 200+138+174=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAE is #377551. Grayscale: #A0A0A0. Windows color (decimal): -3634514 or 11438792. OLE color: 11438792.

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

Color convert

RGB 200 138 174 -
CMYK 0 0.31 0.13 0.22
HSL 325.16º 0.36% 0.66% -
HSV(B) 325.16º 0.31% 0.78% -
XYZ 40.55 33.51 44.38 -
YUV 160.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 200 138 174 0 0.31 0.13 0.22 325.16 0.36 0.66
Hex C8 8A AE 0 1F D 16 145 24 42
Octal 310 212 256 0 37 15 26 505 44 102
Binary 11001000 10001010 10101110 0 11111 1101 10110 101000101 100100 1000010

Color Harmonies of #C88AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AAE

Black with #C88AAE

Text Example


Text Example

White with #C88AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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