Html Css Color HEX #CAA7BA Lily

📋 copy color: '#CAA7BA'

red 202 ◦ green 167 ◦ blue 186

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

Shades of Lily #CAA7BA

Tints of Lily #CAA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

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

R = 36.4%
G = 30.09%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAA7BA (or 0xCAA7BA) is known color: Lily. HEX triplet: CA, A7 and BA. RGB value is (202,167,186). Sum of RGB (Red+Green+Blue) = 202+167+186=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7BA is #355845. Grayscale: #B3B3B3. Windows color (decimal): -3496006 or 12232650. OLE color: 12232650.

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

Color convert

RGB 202 167 186 -
CMYK 0 0.17 0.08 0.21
HSL 327.43º 0.25% 0.72% -
HSV(B) 327.43º 0.17% 0.79% -
XYZ 47.04 43.74 52.42 -
YUV 179.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 202 167 186 0 0.17 0.08 0.21 327.43 0.25 0.72
Hex CA A7 BA 0 11 8 15 147 19 48
Octal 312 247 272 0 21 10 25 507 31 110
Binary 11001010 10100111 10111010 0 10001 1000 10101 101000111 11001 1001000

Color Harmonies of #CAA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7BA

Black with #CAA7BA

Text Example


Text Example

White with #CAA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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