Html Css Color HEX #CA89B9 Lily

📋 copy color: '#CA89B9'

red 202 ◦ green 137 ◦ blue 185

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

Shades of Lily #CA89B9

Tints of Lily #CA89B9

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.15%

 BLUE value IS 185 (72.66% from 255) = 35.31%

R = 38.55%
G = 26.15%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA89B9 (or 0xCA89B9) is known color: Lily. HEX triplet: CA, 89 and B9. RGB value is (202,137,185). Sum of RGB (Red+Green+Blue) = 202+137+185=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89B9 is #357646. Grayscale: #A1A1A1. Windows color (decimal): -3503687 or 12159434. OLE color: 12159434.

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

Color convert

RGB 202 137 185 -
CMYK 0 0.32 0.08 0.21
HSL 315.69º 0.38% 0.66% -
HSV(B) 315.69º 0.32% 0.79% -
XYZ 42.06 33.95 50.24 -
YUV 161.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 202 137 185 0 0.32 0.08 0.21 315.69 0.38 0.66
Hex CA 89 B9 0 20 8 15 13C 26 42
Octal 312 211 271 0 40 10 25 474 46 102
Binary 11001010 10001001 10111001 0 100000 1000 10101 100111100 100110 1000010

Color Harmonies of #CA89B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA89B9

Black with #CA89B9

Text Example


Text Example

White with #CA89B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA89B9; }

 p { color: rgb(202,137,185); }

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

background-color css

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

 a { background-color: rgb(202,137,185); }

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

border-color css

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

 span { border-color: rgb(202,137,185); }

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