Html Css Color HEX #CA82AB Lily

📋 copy color: '#CA82AB'

red 202 ◦ green 130 ◦ blue 171

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

Shades of Lily #CA82AB

Tints of Lily #CA82AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.84%

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

R = 40.16%
G = 25.84%
B = 34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA82AB (or 0xCA82AB) is known color: Lily. HEX triplet: CA, 82 and AB. RGB value is (202,130,171). Sum of RGB (Red+Green+Blue) = 202+130+171=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA82AB is #357D54. Grayscale: #9C9C9C. Windows color (decimal): -3505493 or 11240138. OLE color: 11240138.

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

Color convert

RGB 202 130 171 -
CMYK 0 0.36 0.15 0.21
HSL 325.83º 0.4% 0.65% -
HSV(B) 325.83º 0.36% 0.79% -
XYZ 39.69 31.46 42.51 -
YUV 156.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 202 130 171 0 0.36 0.15 0.21 325.83 0.4 0.65
Hex CA 82 AB 0 24 F 15 146 28 41
Octal 312 202 253 0 44 17 25 506 50 101
Binary 11001010 10000010 10101011 0 100100 1111 10101 101000110 101000 1000001

Color Harmonies of #CA82AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82AB

Black with #CA82AB

Text Example


Text Example

White with #CA82AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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