Html Css Color HEX #CA8AB5 Lily

📋 copy color: '#CA8AB5'

red 202 ◦ green 138 ◦ blue 181

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

Shades of Lily #CA8AB5

Tints of Lily #CA8AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 38.77%
G = 26.49%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA8AB5 (or 0xCA8AB5) is known color: Lily. HEX triplet: CA, 8A and B5. RGB value is (202,138,181). Sum of RGB (Red+Green+Blue) = 202+138+181=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AB5 is #35754A. Grayscale: #A1A1A1. Windows color (decimal): -3503435 or 11897546. OLE color: 11897546.

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

Color convert

RGB 202 138 181 -
CMYK 0 0.32 0.10 0.21
HSL 319.69º 0.38% 0.67% -
HSV(B) 319.69º 0.32% 0.79% -
XYZ 41.79 34.07 48.09 -
YUV 162.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 202 138 181 0 0.32 0.10 0.21 319.69 0.38 0.67
Hex CA 8A B5 0 20 A 15 140 26 43
Octal 312 212 265 0 40 12 25 500 46 103
Binary 11001010 10001010 10110101 0 100000 1010 10101 101000000 100110 1000011

Color Harmonies of #CA8AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AB5

Black with #CA8AB5

Text Example


Text Example

White with #CA8AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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