Html Css Color HEX #CB9ABE Lily

📋 copy color: '#CB9ABE'

red 203 ◦ green 154 ◦ blue 190

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

Shades of Lily #CB9ABE

Tints of Lily #CB9ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 37.11%
G = 28.15%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB9ABE (or 0xCB9ABE) is known color: Lily. HEX triplet: CB, 9A and BE. RGB value is (203,154,190). Sum of RGB (Red+Green+Blue) = 203+154+190=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ABE is #346541. Grayscale: #ACACAC. Windows color (decimal): -3433794 or 12491467. OLE color: 12491467.

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

Color convert

RGB 203 154 190 -
CMYK 0 0.24 0.06 0.20
HSL 315.92º 0.32% 0.7% -
HSV(B) 315.92º 0.24% 0.8% -
XYZ 45.48 39.53 53.95 -
YUV 172.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 203 154 190 0 0.24 0.06 0.20 315.92 0.32 0.7
Hex CB 9A BE 0 18 6 14 13C 20 46
Octal 313 232 276 0 30 6 24 474 40 106
Binary 11001011 10011010 10111110 0 11000 110 10100 100111100 100000 1000110

Color Harmonies of #CB9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9ABE

Black with #CB9ABE

Text Example


Text Example

White with #CB9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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