Html Css Color HEX #CA8AAC Lily

📋 copy color: '#CA8AAC'

red 202 ◦ green 138 ◦ blue 172

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

Shades of Lily #CA8AAC

Tints of Lily #CA8AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

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

R = 39.45%
G = 26.95%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA8AAC (or 0xCA8AAC) is known color: Lily. HEX triplet: CA, 8A and AC. RGB value is (202,138,172). Sum of RGB (Red+Green+Blue) = 202+138+172=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8AAC is #357553. Grayscale: #A0A0A0. Windows color (decimal): -3503444 or 11307722. OLE color: 11307722.

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

Color convert

RGB 202 138 172 -
CMYK 0 0.32 0.15 0.21
HSL 328.13º 0.38% 0.67% -
HSV(B) 328.13º 0.32% 0.79% -
XYZ 40.89 33.71 43.38 -
YUV 161.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 202 138 172 0 0.32 0.15 0.21 328.13 0.38 0.67
Hex CA 8A AC 0 20 F 15 148 26 43
Octal 312 212 254 0 40 17 25 510 46 103
Binary 11001010 10001010 10101100 0 100000 1111 10101 101001000 100110 1000011

Color Harmonies of #CA8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AAC

Black with #CA8AAC

Text Example


Text Example

White with #CA8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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