Html Css Color HEX #CAA4BB Lily

📋 copy color: '#CAA4BB'

red 202 ◦ green 164 ◦ blue 187

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

Shades of Lily #CAA4BB

Tints of Lily #CAA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.66%

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 36.53%
G = 29.66%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAA4BB (or 0xCAA4BB) is known color: Lily. HEX triplet: CA, A4 and BB. RGB value is (202,164,187). Sum of RGB (Red+Green+Blue) = 202+164+187=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4BB is #355B44. Grayscale: #B1B1B1. Windows color (decimal): -3496773 or 12297418. OLE color: 12297418.

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

Color convert

RGB 202 164 187 -
CMYK 0 0.19 0.07 0.21
HSL 323.68º 0.26% 0.72% -
HSV(B) 323.68º 0.19% 0.79% -
XYZ 46.6 42.7 52.8 -
YUV 177.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 202 164 187 0 0.19 0.07 0.21 323.68 0.26 0.72
Hex CA A4 BB 0 13 7 15 144 1A 48
Octal 312 244 273 0 23 7 25 504 32 110
Binary 11001010 10100100 10111011 0 10011 111 10101 101000100 11010 1001000

Color Harmonies of #CAA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA4BB

Black with #CAA4BB

Text Example


Text Example

White with #CAA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA4BB; }

 p { color: rgb(202,164,187); }

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

background-color css

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

 a { background-color: rgb(202,164,187); }

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

border-color css

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

 span { border-color: rgb(202,164,187); }

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