Html Css Color HEX #CA8AAB Lily

📋 copy color: '#CA8AAB'

red 202 ◦ green 138 ◦ blue 171

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

Shades of Lily #CA8AAB

Tints of Lily #CA8AAB

RGB

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

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

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

R = 39.53%
G = 27.01%
B = 33.46%

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

#CA8AAB (or 0xCA8AAB) is known color: Lily. HEX triplet: CA, 8A and AB. RGB value is (202,138,171). Sum of RGB (Red+Green+Blue) = 202+138+171=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8AAB is #357554. Grayscale: #A0A0A0. Windows color (decimal): -3503445 or 11242186. OLE color: 11242186.

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

Color convert

RGB 202 138 171 -
CMYK 0 0.32 0.15 0.21
HSL 329.06º 0.38% 0.67% -
HSV(B) 329.06º 0.32% 0.79% -
XYZ 40.8 33.67 42.88 -
YUV 160.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 202 138 171 0 0.32 0.15 0.21 329.06 0.38 0.67
Hex CA 8A AB 0 20 F 15 149 26 43
Octal 312 212 253 0 40 17 25 511 46 103
Binary 11001010 10001010 10101011 0 100000 1111 10101 101001001 100110 1000011

Color Harmonies of #CA8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AAB

Black with #CA8AAB

Text Example


Text Example

White with #CA8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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