Html Css Color HEX #CA92AD Lily

📋 copy color: '#CA92AD'

red 202 ◦ green 146 ◦ blue 173

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

Shades of Lily #CA92AD

Tints of Lily #CA92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.02%

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

R = 38.77%
G = 28.02%
B = 33.21%

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

#CA92AD (or 0xCA92AD) is known color: Lily. HEX triplet: CA, 92 and AD. RGB value is (202,146,173). Sum of RGB (Red+Green+Blue) = 202+146+173=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA92AD is #356D52. Grayscale: #A5A5A5. Windows color (decimal): -3501395 or 11375306. OLE color: 11375306.

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

Color convert

RGB 202 146 173 -
CMYK 0 0.28 0.14 0.21
HSL 331.07º 0.35% 0.68% -
HSV(B) 331.07º 0.28% 0.79% -
XYZ 42.18 36.13 44.29 -
YUV 165.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 202 146 173 0 0.28 0.14 0.21 331.07 0.35 0.68
Hex CA 92 AD 0 1C E 15 14B 23 44
Octal 312 222 255 0 34 16 25 513 43 104
Binary 11001010 10010010 10101101 0 11100 1110 10101 101001011 100011 1000100

Color Harmonies of #CA92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA92AD

Black with #CA92AD

Text Example


Text Example

White with #CA92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA92AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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