Html Css Color HEX #CA91AC Lily

📋 copy color: '#CA91AC'

red 202 ◦ green 145 ◦ blue 172

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

Shades of Lily #CA91AC

Tints of Lily #CA91AC

RGB

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

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

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

R = 38.92%
G = 27.94%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA91AC (or 0xCA91AC) is known color: Lily. HEX triplet: CA, 91 and AC. RGB value is (202,145,172). Sum of RGB (Red+Green+Blue) = 202+145+172=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA91AC is #356E53. Grayscale: #A5A5A5. Windows color (decimal): -3501652 or 11309514. OLE color: 11309514.

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

Color convert

RGB 202 145 172 -
CMYK 0 0.28 0.15 0.21
HSL 331.58º 0.35% 0.68% -
HSV(B) 331.58º 0.28% 0.79% -
XYZ 41.93 35.79 43.73 -
YUV 165.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 202 145 172 0 0.28 0.15 0.21 331.58 0.35 0.68
Hex CA 91 AC 0 1C F 15 14C 23 44
Octal 312 221 254 0 34 17 25 514 43 104
Binary 11001010 10010001 10101100 0 11100 1111 10101 101001100 100011 1000100

Color Harmonies of #CA91AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA91AC

Black with #CA91AC

Text Example


Text Example

White with #CA91AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA91AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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