Html Css Color HEX #CBA5BB Lily

📋 copy color: '#CBA5BB'

red 203 ◦ green 165 ◦ blue 187

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

Shades of Lily #CBA5BB

Tints of Lily #CBA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

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

R = 36.58%
G = 29.73%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBA5BB (or 0xCBA5BB) is known color: Lily. HEX triplet: CB, A5 and BB. RGB value is (203,165,187). Sum of RGB (Red+Green+Blue) = 203+165+187=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5BB is #345A44. Grayscale: #B2B2B2. Windows color (decimal): -3430981 or 12297675. OLE color: 12297675.

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

Color convert

RGB 203 165 187 -
CMYK 0 0.19 0.08 0.20
HSL 325.26º 0.27% 0.72% -
HSV(B) 325.26º 0.19% 0.8% -
XYZ 47.05 43.19 52.87 -
YUV 178.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 203 165 187 0 0.19 0.08 0.20 325.26 0.27 0.72
Hex CB A5 BB 0 13 8 14 145 1B 48
Octal 313 245 273 0 23 10 24 505 33 110
Binary 11001011 10100101 10111011 0 10011 1000 10100 101000101 11011 1001000

Color Harmonies of #CBA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5BB

Black with #CBA5BB

Text Example


Text Example

White with #CBA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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