Html Css Color HEX #CAAAB7 Lily

📋 copy color: '#CAAAB7'

red 202 ◦ green 170 ◦ blue 183

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

Shades of Lily #CAAAB7

Tints of Lily #CAAAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.63%

 BLUE value IS 183 (71.88% from 255) = 32.97%

R = 36.4%
G = 30.63%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CAAAB7 (or 0xCAAAB7) is known color: Lily. HEX triplet: CA, AA and B7. RGB value is (202,170,183). Sum of RGB (Red+Green+Blue) = 202+170+183=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB7 is #355548. Grayscale: #B5B5B5. Windows color (decimal): -3495241 or 12036810. OLE color: 12036810.

HSL color Cylindrical-coordinate representation of color #CAAAB7: hue angle of 335.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAB7 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 170 183 -
CMYK 0 0.16 0.09 0.21
HSL 335.63º 0.23% 0.73% -
HSV(B) 335.63º 0.16% 0.79% -
XYZ 47.28 44.72 50.94 -
YUV 181.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 202 170 183 0 0.16 0.09 0.21 335.63 0.23 0.73
Hex CA AA B7 0 10 9 15 150 17 49
Octal 312 252 267 0 20 11 25 520 27 111
Binary 11001010 10101010 10110111 0 10000 1001 10101 101010000 10111 1001001

Color Harmonies of #CAAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAB7

Black with #CAAAB7

Text Example


Text Example

White with #CAAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAB7; }

 p { color: rgb(202,170,183); }

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

background-color css

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

 a { background-color: rgb(202,170,183); }

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

border-color css

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

 span { border-color: rgb(202,170,183); }

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