Html Css Color HEX #CA90AC Lily

📋 copy color: '#CA90AC'

red 202 ◦ green 144 ◦ blue 172

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

Shades of Lily #CA90AC

Tints of Lily #CA90AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 39%
G = 27.8%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA90AC (or 0xCA90AC) is known color: Lily. HEX triplet: CA, 90 and AC. RGB value is (202,144,172). Sum of RGB (Red+Green+Blue) = 202+144+172=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90AC is #356F53. Grayscale: #A4A4A4. Windows color (decimal): -3501908 or 11309258. OLE color: 11309258.

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

Color convert

RGB 202 144 172 -
CMYK 0 0.29 0.15 0.21
HSL 331.03º 0.35% 0.68% -
HSV(B) 331.03º 0.29% 0.79% -
XYZ 41.78 35.48 43.68 -
YUV 164.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 202 144 172 0 0.29 0.15 0.21 331.03 0.35 0.68
Hex CA 90 AC 0 1D F 15 14B 23 44
Octal 312 220 254 0 35 17 25 513 43 104
Binary 11001010 10010000 10101100 0 11101 1111 10101 101001011 100011 1000100

Color Harmonies of #CA90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90AC

Black with #CA90AC

Text Example


Text Example

White with #CA90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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