Html Css Color HEX #CA84AC Lily

📋 copy color: '#CA84AC'

red 202 ◦ green 132 ◦ blue 172

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

Shades of Lily #CA84AC

Tints of Lily #CA84AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 39.92%
G = 26.09%
B = 33.99%

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

#CA84AC (or 0xCA84AC) is known color: Lily. HEX triplet: CA, 84 and AC. RGB value is (202,132,172). Sum of RGB (Red+Green+Blue) = 202+132+172=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA84AC is #357B53. Grayscale: #9D9D9D. Windows color (decimal): -3504980 or 11306186. OLE color: 11306186.

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

Color convert

RGB 202 132 172 -
CMYK 0 0.35 0.15 0.21
HSL 325.71º 0.4% 0.65% -
HSV(B) 325.71º 0.35% 0.79% -
XYZ 40.05 32.04 43.1 -
YUV 157.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 202 132 172 0 0.35 0.15 0.21 325.71 0.4 0.65
Hex CA 84 AC 0 23 F 15 146 28 41
Octal 312 204 254 0 43 17 25 506 50 101
Binary 11001010 10000100 10101100 0 100011 1111 10101 101000110 101000 1000001

Color Harmonies of #CA84AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84AC

Black with #CA84AC

Text Example


Text Example

White with #CA84AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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