Html Css Color HEX #CA99BD Lily

📋 copy color: '#CA99BD'

red 202 ◦ green 153 ◦ blue 189

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

Shades of Lily #CA99BD

Tints of Lily #CA99BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.13%

 BLUE value IS 189 (74.22% from 255) = 34.74%

R = 37.13%
G = 28.13%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA99BD (or 0xCA99BD) is known color: Lily. HEX triplet: CA, 99 and BD. RGB value is (202,153,189). Sum of RGB (Red+Green+Blue) = 202+153+189=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99BD is #356642. Grayscale: #ABABAB. Windows color (decimal): -3499587 or 12425674. OLE color: 12425674.

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

Color convert

RGB 202 153 189 -
CMYK 0 0.24 0.06 0.21
HSL 315.92º 0.32% 0.7% -
HSV(B) 315.92º 0.24% 0.79% -
XYZ 44.93 39.01 53.31 -
YUV 171.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 202 153 189 0 0.24 0.06 0.21 315.92 0.32 0.7
Hex CA 99 BD 0 18 6 15 13C 20 46
Octal 312 231 275 0 30 6 25 474 40 106
Binary 11001010 10011001 10111101 0 11000 110 10101 100111100 100000 1000110

Color Harmonies of #CA99BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99BD

Black with #CA99BD

Text Example


Text Example

White with #CA99BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99BD; }

 p { color: rgb(202,153,189); }

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

background-color css

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

 a { background-color: rgb(202,153,189); }

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

border-color css

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

 span { border-color: rgb(202,153,189); }

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