Html Css Color HEX #CAA3BA Lily

📋 copy color: '#CAA3BA'

red 202 ◦ green 163 ◦ blue 186

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

Shades of Lily #CAA3BA

Tints of Lily #CAA3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.58%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 36.66%
G = 29.58%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAA3BA (or 0xCAA3BA) is known color: Lily. HEX triplet: CA, A3 and BA. RGB value is (202,163,186). Sum of RGB (Red+Green+Blue) = 202+163+186=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3BA is #355C45. Grayscale: #B1B1B1. Windows color (decimal): -3497030 or 12231626. OLE color: 12231626.

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

Color convert

RGB 202 163 186 -
CMYK 0 0.19 0.08 0.21
HSL 324.62º 0.27% 0.72% -
HSV(B) 324.62º 0.19% 0.79% -
XYZ 46.32 42.3 52.18 -
YUV 177.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 202 163 186 0 0.19 0.08 0.21 324.62 0.27 0.72
Hex CA A3 BA 0 13 8 15 145 1B 48
Octal 312 243 272 0 23 10 25 505 33 110
Binary 11001010 10100011 10111010 0 10011 1000 10101 101000101 11011 1001000

Color Harmonies of #CAA3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3BA

Black with #CAA3BA

Text Example


Text Example

White with #CAA3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA3BA; }

 p { color: rgb(202,163,186); }

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

background-color css

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

 a { background-color: rgb(202,163,186); }

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

border-color css

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

 span { border-color: rgb(202,163,186); }

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