Html Css Color HEX #CBA9B8 Lily

📋 copy color: '#CBA9B8'

red 203 ◦ green 169 ◦ blue 184

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

Shades of Lily #CBA9B8

Tints of Lily #CBA9B8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.4%

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 36.51%
G = 30.4%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBA9B8 (or 0xCBA9B8) is known color: Lily. HEX triplet: CB, A9 and B8. RGB value is (203,169,184). Sum of RGB (Red+Green+Blue) = 203+169+184=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9B8 is #345647. Grayscale: #B4B4B4. Windows color (decimal): -3429960 or 12102091. OLE color: 12102091.

HSL color Cylindrical-coordinate representation of color #CBA9B8: hue angle of 333.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA9B8 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 184 -
CMYK 0 0.17 0.09 0.20
HSL 333.53º 0.25% 0.73% -
HSV(B) 333.53º 0.17% 0.8% -
XYZ 47.47 44.53 51.44 -
YUV 180.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 203 169 184 0 0.17 0.09 0.20 333.53 0.25 0.73
Hex CB A9 B8 0 11 9 14 14E 19 49
Octal 313 251 270 0 21 11 24 516 31 111
Binary 11001011 10101001 10111000 0 10001 1001 10100 101001110 11001 1001001

Color Harmonies of #CBA9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9B8

Black with #CBA9B8

Text Example


Text Example

White with #CBA9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9B8; }

 p { color: rgb(203,169,184); }

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

background-color css

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

 a { background-color: rgb(203,169,184); }

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

border-color css

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

 span { border-color: rgb(203,169,184); }

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