Html Css Color HEX #CA90B9 Lily

📋 copy color: '#CA90B9'

red 202 ◦ green 144 ◦ blue 185

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

Shades of Lily #CA90B9

Tints of Lily #CA90B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 38.04%
G = 27.12%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA90B9 (or 0xCA90B9) is known color: Lily. HEX triplet: CA, 90 and B9. RGB value is (202,144,185). Sum of RGB (Red+Green+Blue) = 202+144+185=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90B9 is #356F46. Grayscale: #A5A5A5. Windows color (decimal): -3501895 or 12161226. OLE color: 12161226.

HSL color Cylindrical-coordinate representation of color #CA90B9: hue angle of 317.59º 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 #CA90B9 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 185 -
CMYK 0 0.29 0.08 0.21
HSL 317.59º 0.35% 0.68% -
HSV(B) 317.59º 0.29% 0.79% -
XYZ 43.09 36.01 50.58 -
YUV 166.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 202 144 185 0 0.29 0.08 0.21 317.59 0.35 0.68
Hex CA 90 B9 0 1D 8 15 13E 23 44
Octal 312 220 271 0 35 10 25 476 43 104
Binary 11001010 10010000 10111001 0 11101 1000 10101 100111110 100011 1000100

Color Harmonies of #CA90B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90B9

Black with #CA90B9

Text Example


Text Example

White with #CA90B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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