Html Css Color HEX #CBA1BB Lily

📋 copy color: '#CBA1BB'

red 203 ◦ green 161 ◦ blue 187

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

Shades of Lily #CBA1BB

Tints of Lily #CBA1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.22%

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

R = 36.84%
G = 29.22%
B = 33.94%

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

#CBA1BB (or 0xCBA1BB) is known color: Lily. HEX triplet: CB, A1 and BB. RGB value is (203,161,187). Sum of RGB (Red+Green+Blue) = 203+161+187=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1BB is #345E44. Grayscale: #B0B0B0. Windows color (decimal): -3432005 or 12296651. OLE color: 12296651.

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

Color convert

RGB 203 161 187 -
CMYK 0 0.21 0.08 0.20
HSL 322.86º 0.29% 0.71% -
HSV(B) 322.86º 0.21% 0.8% -
XYZ 46.34 41.77 52.63 -
YUV 176.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 203 161 187 0 0.21 0.08 0.20 322.86 0.29 0.71
Hex CB A1 BB 0 15 8 14 143 1D 47
Octal 313 241 273 0 25 10 24 503 35 107
Binary 11001011 10100001 10111011 0 10101 1000 10100 101000011 11101 1000111

Color Harmonies of #CBA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA1BB

Black with #CBA1BB

Text Example


Text Example

White with #CBA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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