Html Css Color HEX #CAAAB4 Lily

📋 copy color: '#CAAAB4'

red 202 ◦ green 170 ◦ blue 180

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

Shades of Lily #CAAAB4

Tints of Lily #CAAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 36.59%
G = 30.8%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CAAAB4 (or 0xCAAAB4) is known color: Lily. HEX triplet: CA, AA and B4. RGB value is (202,170,180). Sum of RGB (Red+Green+Blue) = 202+170+180=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB4 is #35554B. Grayscale: #B4B4B4. Windows color (decimal): -3495244 or 11840202. OLE color: 11840202.

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

Color convert

RGB 202 170 180 -
CMYK 0 0.16 0.11 0.21
HSL 341.25º 0.23% 0.73% -
HSV(B) 341.25º 0.16% 0.79% -
XYZ 46.97 44.6 49.31 -
YUV 180.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 202 170 180 0 0.16 0.11 0.21 341.25 0.23 0.73
Hex CA AA B4 0 10 B 15 155 17 49
Octal 312 252 264 0 20 13 25 525 27 111
Binary 11001010 10101010 10110100 0 10000 1011 10101 101010101 10111 1001001

Color Harmonies of #CAAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAB4

Black with #CAAAB4

Text Example


Text Example

White with #CAAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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