Html Css Color HEX #C299AC Lily

📋 copy color: '#C299AC'

red 194 ◦ green 153 ◦ blue 172

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

Shades of Lily #C299AC

Tints of Lily #C299AC

RGB

 RED value IS 194 (76.17% from 255) = 37.38%

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

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

R = 37.38%
G = 29.48%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C299AC (or 0xC299AC) is known color: Lily. HEX triplet: C2, 99 and AC. RGB value is (194,153,172). Sum of RGB (Red+Green+Blue) = 194+153+172=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C299AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299AC is #3D6653. Grayscale: #A7A7A7. Windows color (decimal): -4023892 or 11311554. OLE color: 11311554.

HSL color Cylindrical-coordinate representation of color #C299AC: hue angle of 332.2º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299AC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 172 -
CMYK 0 0.21 0.11 0.24
HSL 332.2º 0.25% 0.68% -
HSV(B) 332.2º 0.21% 0.76% -
XYZ 41.09 37.23 44.05 -
YUV 167.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 194 153 172 0 0.21 0.11 0.24 332.2 0.25 0.68
Hex C2 99 AC 0 15 B 18 14C 19 44
Octal 302 231 254 0 25 13 30 514 31 104
Binary 11000010 10011001 10101100 0 10101 1011 11000 101001100 11001 1000100

Color Harmonies of #C299AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299AC

Black with #C299AC

Text Example


Text Example

White with #C299AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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