Html Css Color HEX #CBA0BD Lily

📋 copy color: '#CBA0BD'

red 203 ◦ green 160 ◦ blue 189

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

Shades of Lily #CBA0BD

Tints of Lily #CBA0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.99%

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 36.78%
G = 28.99%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CBA0BD (or 0xCBA0BD) is known color: Lily. HEX triplet: CB, A0 and BD. RGB value is (203,160,189). Sum of RGB (Red+Green+Blue) = 203+160+189=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0BD is #345F42. Grayscale: #B0B0B0. Windows color (decimal): -3432259 or 12427467. OLE color: 12427467.

HSL color Cylindrical-coordinate representation of color #CBA0BD: hue angle of 319.53º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA0BD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 160 189 -
CMYK 0 0.21 0.07 0.20
HSL 319.53º 0.29% 0.71% -
HSV(B) 319.53º 0.21% 0.8% -
XYZ 46.38 41.51 53.71 -
YUV 176.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 203 160 189 0 0.21 0.07 0.20 319.53 0.29 0.71
Hex CB A0 BD 0 15 7 14 140 1D 47
Octal 313 240 275 0 25 7 24 500 35 107
Binary 11001011 10100000 10111101 0 10101 111 10100 101000000 11101 1000111

Color Harmonies of #CBA0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0BD

Black with #CBA0BD

Text Example


Text Example

White with #CBA0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0BD; }

 p { color: rgb(203,160,189); }

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

background-color css

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

 a { background-color: rgb(203,160,189); }

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

border-color css

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

 span { border-color: rgb(203,160,189); }

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