Html Css Color HEX #CBA9B4 Lily

📋 copy color: '#CBA9B4'

red 203 ◦ green 169 ◦ blue 180

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

Shades of Lily #CBA9B4

Tints of Lily #CBA9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 36.78%
G = 30.62%
B = 32.61%

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

#CBA9B4 (or 0xCBA9B4) is known color: Lily. HEX triplet: CB, A9 and B4. RGB value is (203,169,180). Sum of RGB (Red+Green+Blue) = 203+169+180=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9B4 is #34564B. Grayscale: #B4B4B4. Windows color (decimal): -3429964 or 11839947. OLE color: 11839947.

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

Color convert

RGB 203 169 180 -
CMYK 0 0.17 0.11 0.20
HSL 340.59º 0.25% 0.73% -
HSV(B) 340.59º 0.17% 0.8% -
XYZ 47.05 44.37 49.26 -
YUV 180.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 203 169 180 0 0.17 0.11 0.20 340.59 0.25 0.73
Hex CB A9 B4 0 11 B 14 155 19 49
Octal 313 251 264 0 21 13 24 525 31 111
Binary 11001011 10101001 10110100 0 10001 1011 10100 101010101 11001 1001001

Color Harmonies of #CBA9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9B4

Black with #CBA9B4

Text Example


Text Example

White with #CBA9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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