Html Css Color HEX #CA90AD Lily

📋 copy color: '#CA90AD'

red 202 ◦ green 144 ◦ blue 173

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

Shades of Lily #CA90AD

Tints of Lily #CA90AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.75%

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

R = 38.92%
G = 27.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA90AD (or 0xCA90AD) is known color: Lily. HEX triplet: CA, 90 and AD. RGB value is (202,144,173). Sum of RGB (Red+Green+Blue) = 202+144+173=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90AD is #356F52. Grayscale: #A4A4A4. Windows color (decimal): -3501907 or 11374794. OLE color: 11374794.

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

Color convert

RGB 202 144 173 -
CMYK 0 0.29 0.14 0.21
HSL 330º 0.35% 0.68% -
HSV(B) 330º 0.29% 0.79% -
XYZ 41.87 35.52 44.18 -
YUV 164.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 202 144 173 0 0.29 0.14 0.21 330 0.35 0.68
Hex CA 90 AD 0 1D E 15 14A 23 44
Octal 312 220 255 0 35 16 25 512 43 104
Binary 11001010 10010000 10101101 0 11101 1110 10101 101001010 100011 1000100

Color Harmonies of #CA90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90AD

Black with #CA90AD

Text Example


Text Example

White with #CA90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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