Html Css Color HEX #CBA9B5 Lily

📋 copy color: '#CBA9B5'

red 203 ◦ green 169 ◦ blue 181

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

Shades of Lily #CBA9B5

Tints of Lily #CBA9B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.73%

R = 36.71%
G = 30.56%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CBA9B5 (or 0xCBA9B5) is known color: Lily. HEX triplet: CB, A9 and B5. RGB value is (203,169,181). Sum of RGB (Red+Green+Blue) = 203+169+181=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9B5 is #34564A. Grayscale: #B4B4B4. Windows color (decimal): -3429963 or 11905483. OLE color: 11905483.

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

Color convert

RGB 203 169 181 -
CMYK 0 0.17 0.11 0.20
HSL 338.82º 0.25% 0.73% -
HSV(B) 338.82º 0.17% 0.8% -
XYZ 47.16 44.41 49.8 -
YUV 180.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 203 169 181 0 0.17 0.11 0.20 338.82 0.25 0.73
Hex CB A9 B5 0 11 B 14 153 19 49
Octal 313 251 265 0 21 13 24 523 31 111
Binary 11001011 10101001 10110101 0 10001 1011 10100 101010011 11001 1001001

Color Harmonies of #CBA9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9B5

Black with #CBA9B5

Text Example


Text Example

White with #CBA9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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