Html Css Color HEX #CAA3B3 Lily

📋 copy color: '#CAA3B3'

red 202 ◦ green 163 ◦ blue 179

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

Shades of Lily #CAA3B3

Tints of Lily #CAA3B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.9%

R = 37.13%
G = 29.96%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CAA3B3 (or 0xCAA3B3) is known color: Lily. HEX triplet: CA, A3 and B3. RGB value is (202,163,179). Sum of RGB (Red+Green+Blue) = 202+163+179=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3B3 is #355C4C. Grayscale: #B0B0B0. Windows color (decimal): -3497037 or 11772874. OLE color: 11772874.

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

Color convert

RGB 202 163 179 -
CMYK 0 0.19 0.11 0.21
HSL 335.38º 0.27% 0.72% -
HSV(B) 335.38º 0.19% 0.79% -
XYZ 45.59 42.01 48.35 -
YUV 176.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 202 163 179 0 0.19 0.11 0.21 335.38 0.27 0.72
Hex CA A3 B3 0 13 B 15 14F 1B 48
Octal 312 243 263 0 23 13 25 517 33 110
Binary 11001010 10100011 10110011 0 10011 1011 10101 101001111 11011 1001000

Color Harmonies of #CAA3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3B3

Black with #CAA3B3

Text Example


Text Example

White with #CAA3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA3B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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