Html Css Color HEX #CA99B5 Lily

📋 copy color: '#CA99B5'

red 202 ◦ green 153 ◦ blue 181

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

Shades of Lily #CA99B5

Tints of Lily #CA99B5

RGB

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

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

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

R = 37.69%
G = 28.54%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA99B5 (or 0xCA99B5) is known color: Lily. HEX triplet: CA, 99 and B5. RGB value is (202,153,181). Sum of RGB (Red+Green+Blue) = 202+153+181=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99B5 is #35664A. Grayscale: #AAAAAA. Windows color (decimal): -3499595 or 11901386. OLE color: 11901386.

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

Color convert

RGB 202 153 181 -
CMYK 0 0.24 0.10 0.21
HSL 325.71º 0.32% 0.7% -
HSV(B) 325.71º 0.24% 0.79% -
XYZ 44.09 38.68 48.86 -
YUV 170.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 202 153 181 0 0.24 0.10 0.21 325.71 0.32 0.7
Hex CA 99 B5 0 18 A 15 146 20 46
Octal 312 231 265 0 30 12 25 506 40 106
Binary 11001010 10011001 10110101 0 11000 1010 10101 101000110 100000 1000110

Color Harmonies of #CA99B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99B5

Black with #CA99B5

Text Example


Text Example

White with #CA99B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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