Html Css Color HEX #CBA0BE Lily

📋 copy color: '#CBA0BE'

red 203 ◦ green 160 ◦ blue 190

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

Shades of Lily #CBA0BE

Tints of Lily #CBA0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.36%

R = 36.71%
G = 28.93%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CBA0BE (or 0xCBA0BE) is known color: Lily. HEX triplet: CB, A0 and BE. RGB value is (203,160,190). Sum of RGB (Red+Green+Blue) = 203+160+190=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0BE is #345F41. Grayscale: #B0B0B0. Windows color (decimal): -3432258 or 12493003. OLE color: 12493003.

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

Color convert

RGB 203 160 190 -
CMYK 0 0.21 0.06 0.20
HSL 318.14º 0.29% 0.71% -
HSV(B) 318.14º 0.21% 0.8% -
XYZ 46.49 41.56 54.29 -
YUV 176.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 203 160 190 0 0.21 0.06 0.20 318.14 0.29 0.71
Hex CB A0 BE 0 15 6 14 13E 1D 47
Octal 313 240 276 0 25 6 24 476 35 107
Binary 11001011 10100000 10111110 0 10101 110 10100 100111110 11101 1000111

Color Harmonies of #CBA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0BE

Black with #CBA0BE

Text Example


Text Example

White with #CBA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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