Html Css Color HEX #CB9ABB Lily

📋 copy color: '#CB9ABB'

red 203 ◦ green 154 ◦ blue 187

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

Shades of Lily #CB9ABB

Tints of Lily #CB9ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.31%

 BLUE value IS 187 (73.44% from 255) = 34.38%

R = 37.32%
G = 28.31%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB9ABB (or 0xCB9ABB) is known color: Lily. HEX triplet: CB, 9A and BB. RGB value is (203,154,187). Sum of RGB (Red+Green+Blue) = 203+154+187=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ABB is #346544. Grayscale: #ACACAC. Windows color (decimal): -3433797 or 12294859. OLE color: 12294859.

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

Color convert

RGB 203 154 187 -
CMYK 0 0.24 0.08 0.20
HSL 319.59º 0.32% 0.7% -
HSV(B) 319.59º 0.24% 0.8% -
XYZ 45.15 39.4 52.24 -
YUV 172.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 203 154 187 0 0.24 0.08 0.20 319.59 0.32 0.7
Hex CB 9A BB 0 18 8 14 140 20 46
Octal 313 232 273 0 30 10 24 500 40 106
Binary 11001011 10011010 10111011 0 11000 1000 10100 101000000 100000 1000110

Color Harmonies of #CB9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9ABB

Black with #CB9ABB

Text Example


Text Example

White with #CB9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9ABB; }

 p { color: rgb(203,154,187); }

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

background-color css

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

 a { background-color: rgb(203,154,187); }

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

border-color css

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

 span { border-color: rgb(203,154,187); }

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