Html Css Color HEX #C88BAE Lily

📋 copy color: '#C88BAE'

red 200 ◦ green 139 ◦ blue 174

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

Shades of Lily #C88BAE

Tints of Lily #C88BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.1%

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

R = 38.99%
G = 27.1%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C88BAE (or 0xC88BAE) is known color: Lily. HEX triplet: C8, 8B and AE. RGB value is (200,139,174). Sum of RGB (Red+Green+Blue) = 200+139+174=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88BAE is #377451. Grayscale: #A1A1A1. Windows color (decimal): -3634258 or 11439048. OLE color: 11439048.

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

Color convert

RGB 200 139 174 -
CMYK 0 0.30 0.13 0.22
HSL 325.57º 0.36% 0.66% -
HSV(B) 325.57º 0.31% 0.78% -
XYZ 40.69 33.8 44.42 -
YUV 161.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 200 139 174 0 0.30 0.13 0.22 325.57 0.36 0.66
Hex C8 8B AE 0 1E D 16 146 24 42
Octal 310 213 256 0 36 15 26 506 44 102
Binary 11001000 10001011 10101110 0 11110 1101 10110 101000110 100100 1000010

Color Harmonies of #C88BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88BAE

Black with #C88BAE

Text Example


Text Example

White with #C88BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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