Html Css Color HEX #CB85AD Lily

📋 copy color: '#CB85AD'

red 203 ◦ green 133 ◦ blue 173

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

Shades of Lily #CB85AD

Tints of Lily #CB85AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.13%

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

R = 39.88%
G = 26.13%
B = 33.99%

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

#CB85AD (or 0xCB85AD) is known color: Lily. HEX triplet: CB, 85 and AD. RGB value is (203,133,173). Sum of RGB (Red+Green+Blue) = 203+133+173=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB85AD is #347A52. Grayscale: #9E9E9E. Windows color (decimal): -3439187 or 11371979. OLE color: 11371979.

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

Color convert

RGB 203 133 173 -
CMYK 0 0.34 0.15 0.20
HSL 325.71º 0.4% 0.66% -
HSV(B) 325.71º 0.34% 0.8% -
XYZ 40.56 32.49 43.67 -
YUV 158.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 203 133 173 0 0.34 0.15 0.20 325.71 0.4 0.66
Hex CB 85 AD 0 22 F 14 146 28 42
Octal 313 205 255 0 42 17 24 506 50 102
Binary 11001011 10000101 10101101 0 100010 1111 10100 101000110 101000 1000010

Color Harmonies of #CB85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85AD

Black with #CB85AD

Text Example


Text Example

White with #CB85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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