Html Css Color HEX #CA99BC Lily

📋 copy color: '#CA99BC'

red 202 ◦ green 153 ◦ blue 188

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

Shades of Lily #CA99BC

Tints of Lily #CA99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 37.2%
G = 28.18%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA99BC (or 0xCA99BC) is known color: Lily. HEX triplet: CA, 99 and BC. RGB value is (202,153,188). Sum of RGB (Red+Green+Blue) = 202+153+188=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99BC is #356643. Grayscale: #ABABAB. Windows color (decimal): -3499588 or 12360138. OLE color: 12360138.

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

Color convert

RGB 202 153 188 -
CMYK 0 0.24 0.07 0.21
HSL 317.14º 0.32% 0.7% -
HSV(B) 317.14º 0.24% 0.79% -
XYZ 44.83 38.97 52.74 -
YUV 171.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 202 153 188 0 0.24 0.07 0.21 317.14 0.32 0.7
Hex CA 99 BC 0 18 7 15 13D 20 46
Octal 312 231 274 0 30 7 25 475 40 106
Binary 11001010 10011001 10111100 0 11000 111 10101 100111101 100000 1000110

Color Harmonies of #CA99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99BC

Black with #CA99BC

Text Example


Text Example

White with #CA99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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