Html Css Color HEX #CB86AF Lily

📋 copy color: '#CB86AF'

red 203 ◦ green 134 ◦ blue 175

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

Shades of Lily #CB86AF

Tints of Lily #CB86AF

RGB

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

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

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

R = 39.65%
G = 26.17%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB86AF (or 0xCB86AF) is known color: Lily. HEX triplet: CB, 86 and AF. RGB value is (203,134,175). Sum of RGB (Red+Green+Blue) = 203+134+175=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB86AF is #347950. Grayscale: #9F9F9F. Windows color (decimal): -3438929 or 11503307. OLE color: 11503307.

HSL color Cylindrical-coordinate representation of color #CB86AF: hue angle of 324.35º 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 #CB86AF is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 175 -
CMYK 0 0.34 0.14 0.20
HSL 324.35º 0.4% 0.66% -
HSV(B) 324.35º 0.34% 0.8% -
XYZ 40.89 32.84 44.74 -
YUV 159.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 203 134 175 0 0.34 0.14 0.20 324.35 0.4 0.66
Hex CB 86 AF 0 22 E 14 144 28 42
Octal 313 206 257 0 42 16 24 504 50 102
Binary 11001011 10000110 10101111 0 100010 1110 10100 101000100 101000 1000010

Color Harmonies of #CB86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB86AF

Black with #CB86AF

Text Example


Text Example

White with #CB86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB86AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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