Html Css Color HEX #CA93AE Lily

📋 copy color: '#CA93AE'

red 202 ◦ green 147 ◦ blue 174

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

Shades of Lily #CA93AE

Tints of Lily #CA93AE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.11%

 BLUE value IS 174 (68.36% from 255) = 33.27%

R = 38.62%
G = 28.11%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA93AE (or 0xCA93AE) is known color: Lily. HEX triplet: CA, 93 and AE. RGB value is (202,147,174). Sum of RGB (Red+Green+Blue) = 202+147+174=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA93AE is #356C51. Grayscale: #A6A6A6. Windows color (decimal): -3501138 or 11441098. OLE color: 11441098.

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

Color convert

RGB 202 147 174 -
CMYK 0 0.27 0.14 0.21
HSL 330.55º 0.34% 0.68% -
HSV(B) 330.55º 0.27% 0.79% -
XYZ 42.43 36.48 44.85 -
YUV 166.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 202 147 174 0 0.27 0.14 0.21 330.55 0.34 0.68
Hex CA 93 AE 0 1B E 15 14B 22 44
Octal 312 223 256 0 33 16 25 513 42 104
Binary 11001010 10010011 10101110 0 11011 1110 10101 101001011 100010 1000100

Color Harmonies of #CA93AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93AE

Black with #CA93AE

Text Example


Text Example

White with #CA93AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93AE; }

 p { color: rgb(202,147,174); }

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

background-color css

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

 a { background-color: rgb(202,147,174); }

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

border-color css

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

 span { border-color: rgb(202,147,174); }

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