Html Css Color HEX #CA9FAE Lily

📋 copy color: '#CA9FAE'

red 202 ◦ green 159 ◦ blue 174

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

Shades of Lily #CA9FAE

Tints of Lily #CA9FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.72%

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

R = 37.76%
G = 29.72%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA9FAE (or 0xCA9FAE) is known color: Lily. HEX triplet: CA, 9F and AE. RGB value is (202,159,174). Sum of RGB (Red+Green+Blue) = 202+159+174=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FAE is #356051. Grayscale: #ADADAD. Windows color (decimal): -3498066 or 11444170. OLE color: 11444170.

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

Color convert

RGB 202 159 174 -
CMYK 0 0.21 0.14 0.21
HSL 339.07º 0.29% 0.71% -
HSV(B) 339.07º 0.21% 0.79% -
XYZ 44.4 40.41 45.5 -
YUV 173.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 202 159 174 0 0.21 0.14 0.21 339.07 0.29 0.71
Hex CA 9F AE 0 15 E 15 153 1D 47
Octal 312 237 256 0 25 16 25 523 35 107
Binary 11001010 10011111 10101110 0 10101 1110 10101 101010011 11101 1000111

Color Harmonies of #CA9FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FAE

Black with #CA9FAE

Text Example


Text Example

White with #CA9FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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