Html Css Color HEX #CBAAB7 Lily

📋 copy color: '#CBAAB7'

red 203 ◦ green 170 ◦ blue 183

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

Shades of Lily #CBAAB7

Tints of Lily #CBAAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 36.51%
G = 30.58%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CBAAB7 (or 0xCBAAB7) is known color: Lily. HEX triplet: CB, AA and B7. RGB value is (203,170,183). Sum of RGB (Red+Green+Blue) = 203+170+183=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAB7 is #345548. Grayscale: #B5B5B5. Windows color (decimal): -3429705 or 12036811. OLE color: 12036811.

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

Color convert

RGB 203 170 183 -
CMYK 0 0.16 0.10 0.20
HSL 336.36º 0.24% 0.73% -
HSV(B) 336.36º 0.16% 0.8% -
XYZ 47.55 44.86 50.95 -
YUV 181.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 203 170 183 0 0.16 0.10 0.20 336.36 0.24 0.73
Hex CB AA B7 0 10 A 14 150 18 49
Octal 313 252 267 0 20 12 24 520 30 111
Binary 11001011 10101010 10110111 0 10000 1010 10100 101010000 11000 1001001

Color Harmonies of #CBAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAB7

Black with #CBAAB7

Text Example


Text Example

White with #CBAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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