Html Css Color HEX #CA91AD Lily

📋 copy color: '#CA91AD'

red 202 ◦ green 145 ◦ blue 173

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

Shades of Lily #CA91AD

Tints of Lily #CA91AD

RGB

 RED value IS 202 (79.3% from 255) = 38.85%

 GREEN value IS 145 (57.03% from 255) = 27.88%

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

R = 38.85%
G = 27.88%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA91AD (or 0xCA91AD) is known color: Lily. HEX triplet: CA, 91 and AD. RGB value is (202,145,173). Sum of RGB (Red+Green+Blue) = 202+145+173=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA91AD is #356E52. Grayscale: #A5A5A5. Windows color (decimal): -3501651 or 11375050. OLE color: 11375050.

HSL color Cylindrical-coordinate representation of color #CA91AD: hue angle of 330.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA91AD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 145 173 -
CMYK 0 0.28 0.14 0.21
HSL 330.53º 0.35% 0.68% -
HSV(B) 330.53º 0.28% 0.79% -
XYZ 42.03 35.82 44.24 -
YUV 165.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 202 145 173 0 0.28 0.14 0.21 330.53 0.35 0.68
Hex CA 91 AD 0 1C E 15 14B 23 44
Octal 312 221 255 0 34 16 25 513 43 104
Binary 11001010 10010001 10101101 0 11100 1110 10101 101001011 100011 1000100

Color Harmonies of #CA91AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA91AD

Black with #CA91AD

Text Example


Text Example

White with #CA91AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA91AD; }

 p { color: rgb(202,145,173); }

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

background-color css

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

 a { background-color: rgb(202,145,173); }

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

border-color css

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

 span { border-color: rgb(202,145,173); }

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