Html Css Color HEX #CA88AB Lily

📋 copy color: '#CA88AB'

red 202 ◦ green 136 ◦ blue 171

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

Shades of Lily #CA88AB

Tints of Lily #CA88AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.72%

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

R = 39.69%
G = 26.72%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA88AB (or 0xCA88AB) is known color: Lily. HEX triplet: CA, 88 and AB. RGB value is (202,136,171). Sum of RGB (Red+Green+Blue) = 202+136+171=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA88AB is #357754. Grayscale: #9F9F9F. Windows color (decimal): -3503957 or 11241674. OLE color: 11241674.

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

Color convert

RGB 202 136 171 -
CMYK 0 0.33 0.15 0.21
HSL 328.18º 0.38% 0.66% -
HSV(B) 328.18º 0.33% 0.79% -
XYZ 40.51 33.11 42.78 -
YUV 159.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 202 136 171 0 0.33 0.15 0.21 328.18 0.38 0.66
Hex CA 88 AB 0 21 F 15 148 26 42
Octal 312 210 253 0 41 17 25 510 46 102
Binary 11001010 10001000 10101011 0 100001 1111 10101 101001000 100110 1000010

Color Harmonies of #CA88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88AB

Black with #CA88AB

Text Example


Text Example

White with #CA88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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