Html Css Color HEX #C88EAF Lily

📋 copy color: '#C88EAF'

red 200 ◦ green 142 ◦ blue 175

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

Shades of Lily #C88EAF

Tints of Lily #C88EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.47%

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 38.68%
G = 27.47%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C88EAF (or 0xC88EAF) is known color: Lily. HEX triplet: C8, 8E and AF. RGB value is (200,142,175). Sum of RGB (Red+Green+Blue) = 200+142+175=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C88EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88EAF is #377150. Grayscale: #A3A3A3. Windows color (decimal): -3633489 or 11505352. OLE color: 11505352.

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

Color convert

RGB 200 142 175 -
CMYK 0 0.29 0.12 0.22
HSL 325.86º 0.35% 0.67% -
HSV(B) 325.86º 0.29% 0.78% -
XYZ 41.23 34.72 45.09 -
YUV 163.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 200 142 175 0 0.29 0.12 0.22 325.86 0.35 0.67
Hex C8 8E AF 0 1D C 16 146 23 43
Octal 310 216 257 0 35 14 26 506 43 103
Binary 11001000 10001110 10101111 0 11101 1100 10110 101000110 100011 1000011

Color Harmonies of #C88EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88EAF

Black with #C88EAF

Text Example


Text Example

White with #C88EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88EAF; }

 p { color: rgb(200,142,175); }

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

background-color css

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

 a { background-color: rgb(200,142,175); }

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

border-color css

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

 span { border-color: rgb(200,142,175); }

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