Html Css Color HEX #CA9AB9 Lily

📋 copy color: '#CA9AB9'

red 202 ◦ green 154 ◦ blue 185

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

Shades of Lily #CA9AB9

Tints of Lily #CA9AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.2%

R = 37.34%
G = 28.47%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA9AB9 (or 0xCA9AB9) is known color: Lily. HEX triplet: CA, 9A and B9. RGB value is (202,154,185). Sum of RGB (Red+Green+Blue) = 202+154+185=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AB9 is #356546. Grayscale: #ABABAB. Windows color (decimal): -3499335 or 12163786. OLE color: 12163786.

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

Color convert

RGB 202 154 185 -
CMYK 0 0.24 0.08 0.21
HSL 321.25º 0.31% 0.7% -
HSV(B) 321.25º 0.24% 0.79% -
XYZ 44.67 39.17 51.11 -
YUV 171.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 202 154 185 0 0.24 0.08 0.21 321.25 0.31 0.7
Hex CA 9A B9 0 18 8 15 141 1F 46
Octal 312 232 271 0 30 10 25 501 37 106
Binary 11001010 10011010 10111001 0 11000 1000 10101 101000001 11111 1000110

Color Harmonies of #CA9AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9AB9

Black with #CA9AB9

Text Example


Text Example

White with #CA9AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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