Html Css Color HEX #CA84AB Lily

📋 copy color: '#CA84AB'

red 202 ◦ green 132 ◦ blue 171

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

Shades of Lily #CA84AB

Tints of Lily #CA84AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.14%

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 40%
G = 26.14%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA84AB (or 0xCA84AB) is known color: Lily. HEX triplet: CA, 84 and AB. RGB value is (202,132,171). Sum of RGB (Red+Green+Blue) = 202+132+171=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA84AB is #357B54. Grayscale: #9D9D9D. Windows color (decimal): -3504981 or 11240650. OLE color: 11240650.

HSL color Cylindrical-coordinate representation of color #CA84AB: hue angle of 326.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84AB is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 132 171 -
CMYK 0 0.35 0.15 0.21
HSL 326.57º 0.4% 0.65% -
HSV(B) 326.57º 0.35% 0.79% -
XYZ 39.96 32 42.6 -
YUV 157.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 202 132 171 0 0.35 0.15 0.21 326.57 0.4 0.65
Hex CA 84 AB 0 23 F 15 147 28 41
Octal 312 204 253 0 43 17 25 507 50 101
Binary 11001010 10000100 10101011 0 100011 1111 10101 101000111 101000 1000001

Color Harmonies of #CA84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84AB

Black with #CA84AB

Text Example


Text Example

White with #CA84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84AB; }

 p { color: rgb(202,132,171); }

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

background-color css

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

 a { background-color: rgb(202,132,171); }

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

border-color css

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

 span { border-color: rgb(202,132,171); }

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