Html Css Color HEX #CB9AAD Lily

📋 copy color: '#CB9AAD'

red 203 ◦ green 154 ◦ blue 173

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

Shades of Lily #CB9AAD

Tints of Lily #CB9AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 38.3%
G = 29.06%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB9AAD (or 0xCB9AAD) is known color: Lily. HEX triplet: CB, 9A and AD. RGB value is (203,154,173). Sum of RGB (Red+Green+Blue) = 203+154+173=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9AAD is #346552. Grayscale: #AAAAAA. Windows color (decimal): -3433811 or 11377355. OLE color: 11377355.

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

Color convert

RGB 203 154 173 -
CMYK 0 0.24 0.15 0.20
HSL 336.73º 0.32% 0.7% -
HSV(B) 336.73º 0.24% 0.8% -
XYZ 43.73 38.82 44.72 -
YUV 170.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 203 154 173 0 0.24 0.15 0.20 336.73 0.32 0.7
Hex CB 9A AD 0 18 F 14 151 20 46
Octal 313 232 255 0 30 17 24 521 40 106
Binary 11001011 10011010 10101101 0 11000 1111 10100 101010001 100000 1000110

Color Harmonies of #CB9AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9AAD

Black with #CB9AAD

Text Example


Text Example

White with #CB9AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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