Html Css Color HEX #CA99AC Lily

📋 copy color: '#CA99AC'

red 202 ◦ green 153 ◦ blue 172

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

Shades of Lily #CA99AC

Tints of Lily #CA99AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 38.33%
G = 29.03%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA99AC (or 0xCA99AC) is known color: Lily. HEX triplet: CA, 99 and AC. RGB value is (202,153,172). Sum of RGB (Red+Green+Blue) = 202+153+172=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99AC is #356653. Grayscale: #A9A9A9. Windows color (decimal): -3499604 or 11311562. OLE color: 11311562.

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

Color convert

RGB 202 153 172 -
CMYK 0 0.24 0.15 0.21
HSL 336.73º 0.32% 0.7% -
HSV(B) 336.73º 0.24% 0.79% -
XYZ 43.19 38.32 44.15 -
YUV 169.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 202 153 172 0 0.24 0.15 0.21 336.73 0.32 0.7
Hex CA 99 AC 0 18 F 15 151 20 46
Octal 312 231 254 0 30 17 25 521 40 106
Binary 11001010 10011001 10101100 0 11000 1111 10101 101010001 100000 1000110

Color Harmonies of #CA99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99AC

Black with #CA99AC

Text Example


Text Example

White with #CA99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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