Html Css Color HEX #CBA0BA Lily

📋 copy color: '#CBA0BA'

red 203 ◦ green 160 ◦ blue 186

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

Shades of Lily #CBA0BA

Tints of Lily #CBA0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 36.98%
G = 29.14%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBA0BA (or 0xCBA0BA) is known color: Lily. HEX triplet: CB, A0 and BA. RGB value is (203,160,186). Sum of RGB (Red+Green+Blue) = 203+160+186=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0BA is #345F45. Grayscale: #AFAFAF. Windows color (decimal): -3432262 or 12230859. OLE color: 12230859.

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

Color convert

RGB 203 160 186 -
CMYK 0 0.21 0.08 0.20
HSL 323.72º 0.29% 0.71% -
HSV(B) 323.72º 0.21% 0.8% -
XYZ 46.06 41.38 52.01 -
YUV 175.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 203 160 186 0 0.21 0.08 0.20 323.72 0.29 0.71
Hex CB A0 BA 0 15 8 14 144 1D 47
Octal 313 240 272 0 25 10 24 504 35 107
Binary 11001011 10100000 10111010 0 10101 1000 10100 101000100 11101 1000111

Color Harmonies of #CBA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0BA

Black with #CBA0BA

Text Example


Text Example

White with #CBA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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