Html Css Color HEX #CA9AAE Lily

📋 copy color: '#CA9AAE'

red 202 ◦ green 154 ◦ blue 174

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

Shades of Lily #CA9AAE

Tints of Lily #CA9AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.06%

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

R = 38.11%
G = 29.06%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA9AAE (or 0xCA9AAE) is known color: Lily. HEX triplet: CA, 9A and AE. RGB value is (202,154,174). Sum of RGB (Red+Green+Blue) = 202+154+174=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9AAE is #356551. Grayscale: #AAAAAA. Windows color (decimal): -3499346 or 11442890. OLE color: 11442890.

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

Color convert

RGB 202 154 174 -
CMYK 0 0.24 0.14 0.21
HSL 335º 0.31% 0.7% -
HSV(B) 335º 0.24% 0.79% -
XYZ 43.55 38.72 45.22 -
YUV 170.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 202 154 174 0 0.24 0.14 0.21 335 0.31 0.7
Hex CA 9A AE 0 18 E 15 14F 1F 46
Octal 312 232 256 0 30 16 25 517 37 106
Binary 11001010 10011010 10101110 0 11000 1110 10101 101001111 11111 1000110

Color Harmonies of #CA9AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9AAE

Black with #CA9AAE

Text Example


Text Example

White with #CA9AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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