Html Css Color HEX #C88CB9 Lily

📋 copy color: '#C88CB9'

red 200 ◦ green 140 ◦ blue 185

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

Shades of Lily #C88CB9

Tints of Lily #C88CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 38.1%
G = 26.67%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C88CB9 (or 0xC88CB9) is known color: Lily. HEX triplet: C8, 8C and B9. RGB value is (200,140,185). Sum of RGB (Red+Green+Blue) = 200+140+185=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CB9 is #377346. Grayscale: #A2A2A2. Windows color (decimal): -3633991 or 12160200. OLE color: 12160200.

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

Color convert

RGB 200 140 185 -
CMYK 0 0.3 0.08 0.22
HSL 315º 0.35% 0.67% -
HSV(B) 315º 0.3% 0.78% -
XYZ 41.95 34.54 50.35 -
YUV 163.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 200 140 185 0 0.3 0.08 0.22 315 0.35 0.67
Hex C8 8C B9 0 1E 8 16 13B 23 43
Octal 310 214 271 0 36 10 26 473 43 103
Binary 11001000 10001100 10111001 0 11110 1000 10110 100111011 100011 1000011

Color Harmonies of #C88CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CB9

Black with #C88CB9

Text Example


Text Example

White with #C88CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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