Html Css Color HEX #CB86AD Lily

📋 copy color: '#CB86AD'

red 203 ◦ green 134 ◦ blue 173

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

Shades of Lily #CB86AD

Tints of Lily #CB86AD

RGB

 RED value IS 203 (79.69% from 255) = 39.8%

 GREEN value IS 134 (52.73% from 255) = 26.27%

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 39.8%
G = 26.27%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB86AD (or 0xCB86AD) is known color: Lily. HEX triplet: CB, 86 and AD. RGB value is (203,134,173). Sum of RGB (Red+Green+Blue) = 203+134+173=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB86AD is #347952. Grayscale: #9E9E9E. Windows color (decimal): -3438931 or 11372235. OLE color: 11372235.

HSL color Cylindrical-coordinate representation of color #CB86AD: hue angle of 326.09º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86AD is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 173 -
CMYK 0 0.34 0.15 0.20
HSL 326.09º 0.4% 0.66% -
HSV(B) 326.09º 0.34% 0.8% -
XYZ 40.7 32.76 43.71 -
YUV 159.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 203 134 173 0 0.34 0.15 0.20 326.09 0.4 0.66
Hex CB 86 AD 0 22 F 14 146 28 42
Octal 313 206 255 0 42 17 24 506 50 102
Binary 11001011 10000110 10101101 0 100010 1111 10100 101000110 101000 1000010

Color Harmonies of #CB86AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB86AD

Black with #CB86AD

Text Example


Text Example

White with #CB86AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB86AD; }

 p { color: rgb(203,134,173); }

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

background-color css

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

 a { background-color: rgb(203,134,173); }

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

border-color css

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

 span { border-color: rgb(203,134,173); }

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