Html Css Color HEX #CBA3BB Lily

📋 copy color: '#CBA3BB'

red 203 ◦ green 163 ◦ blue 187

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

Shades of Lily #CBA3BB

Tints of Lily #CBA3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.48%

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 36.71%
G = 29.48%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBA3BB (or 0xCBA3BB) is known color: Lily. HEX triplet: CB, A3 and BB. RGB value is (203,163,187). Sum of RGB (Red+Green+Blue) = 203+163+187=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3BB is #345C44. Grayscale: #B1B1B1. Windows color (decimal): -3431493 or 12297163. OLE color: 12297163.

HSL color Cylindrical-coordinate representation of color #CBA3BB: hue angle of 324º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA3BB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 163 187 -
CMYK 0 0.20 0.08 0.20
HSL 324º 0.28% 0.72% -
HSV(B) 324º 0.2% 0.8% -
XYZ 46.7 42.48 52.75 -
YUV 177.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 203 163 187 0 0.20 0.08 0.20 324 0.28 0.72
Hex CB A3 BB 0 14 8 14 144 1C 48
Octal 313 243 273 0 24 10 24 504 34 110
Binary 11001011 10100011 10111011 0 10100 1000 10100 101000100 11100 1001000

Color Harmonies of #CBA3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA3BB

Black with #CBA3BB

Text Example


Text Example

White with #CBA3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA3BB; }

 p { color: rgb(203,163,187); }

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

background-color css

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

 a { background-color: rgb(203,163,187); }

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

border-color css

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

 span { border-color: rgb(203,163,187); }

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