Html Css Color HEX #CBAAB8 Lily

📋 copy color: '#CBAAB8'

red 203 ◦ green 170 ◦ blue 184

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

Shades of Lily #CBAAB8

Tints of Lily #CBAAB8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

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

R = 36.45%
G = 30.52%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBAAB8 (or 0xCBAAB8) is known color: Lily. HEX triplet: CB, AA and B8. RGB value is (203,170,184). Sum of RGB (Red+Green+Blue) = 203+170+184=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAB8 is #345547. Grayscale: #B5B5B5. Windows color (decimal): -3429704 or 12102347. OLE color: 12102347.

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

Color convert

RGB 203 170 184 -
CMYK 0 0.16 0.09 0.20
HSL 334.55º 0.24% 0.73% -
HSV(B) 334.55º 0.16% 0.8% -
XYZ 47.66 44.91 51.5 -
YUV 181.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 203 170 184 0 0.16 0.09 0.20 334.55 0.24 0.73
Hex CB AA B8 0 10 9 14 14F 18 49
Octal 313 252 270 0 20 11 24 517 30 111
Binary 11001011 10101010 10111000 0 10000 1001 10100 101001111 11000 1001001

Color Harmonies of #CBAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAB8

Black with #CBAAB8

Text Example


Text Example

White with #CBAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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