Html Css Color HEX #CBAAB5 Lily

📋 copy color: '#CBAAB5'

red 203 ◦ green 170 ◦ blue 181

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

Shades of Lily #CBAAB5

Tints of Lily #CBAAB5

RGB

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

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

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

R = 36.64%
G = 30.69%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CBAAB5 (or 0xCBAAB5) is known color: Lily. HEX triplet: CB, AA and B5. RGB value is (203,170,181). Sum of RGB (Red+Green+Blue) = 203+170+181=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAB5 is #34554A. Grayscale: #B5B5B5. Windows color (decimal): -3429707 or 11905739. OLE color: 11905739.

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

Color convert

RGB 203 170 181 -
CMYK 0 0.16 0.11 0.20
HSL 340º 0.24% 0.73% -
HSV(B) 340º 0.16% 0.8% -
XYZ 47.34 44.78 49.86 -
YUV 181.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 203 170 181 0 0.16 0.11 0.20 340 0.24 0.73
Hex CB AA B5 0 10 B 14 154 18 49
Octal 313 252 265 0 20 13 24 524 30 111
Binary 11001011 10101010 10110101 0 10000 1011 10100 101010100 11000 1001001

Color Harmonies of #CBAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAB5

Black with #CBAAB5

Text Example


Text Example

White with #CBAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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