Html Css Color HEX #CAA7B2 Lily

📋 copy color: '#CAA7B2'

red 202 ◦ green 167 ◦ blue 178

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

Shades of Lily #CAA7B2

Tints of Lily #CAA7B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 36.93%
G = 30.53%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CAA7B2 (or 0xCAA7B2) is known color: Lily. HEX triplet: CA, A7 and B2. RGB value is (202,167,178). Sum of RGB (Red+Green+Blue) = 202+167+178=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA7B2 is #35584D. Grayscale: #B2B2B2. Windows color (decimal): -3496014 or 11708362. OLE color: 11708362.

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

Color convert

RGB 202 167 178 -
CMYK 0 0.17 0.12 0.21
HSL 341.14º 0.25% 0.72% -
HSV(B) 341.14º 0.17% 0.79% -
XYZ 46.21 43.41 48.06 -
YUV 178.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 202 167 178 0 0.17 0.12 0.21 341.14 0.25 0.72
Hex CA A7 B2 0 11 C 15 155 19 48
Octal 312 247 262 0 21 14 25 525 31 110
Binary 11001010 10100111 10110010 0 10001 1100 10101 101010101 11001 1001000

Color Harmonies of #CAA7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7B2

Black with #CAA7B2

Text Example


Text Example

White with #CAA7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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