Html Css Color HEX #C499BA Lily

📋 copy color: '#C499BA'

red 196 ◦ green 153 ◦ blue 186

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

Shades of Lily #C499BA

Tints of Lily #C499BA

RGB

 RED value IS 196 (76.95% from 255) = 36.64%

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

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 36.64%
G = 28.6%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C499BA (or 0xC499BA) is known color: Lily. HEX triplet: C4, 99 and BA. RGB value is (196,153,186). Sum of RGB (Red+Green+Blue) = 196+153+186=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C499BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499BA is #3B6645. Grayscale: #A9A9A9. Windows color (decimal): -3892806 or 12229060. OLE color: 12229060.

HSL color Cylindrical-coordinate representation of color #C499BA: hue angle of 313.95º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C499BA is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 186 -
CMYK 0 0.22 0.05 0.23
HSL 313.95º 0.27% 0.68% -
HSV(B) 313.95º 0.22% 0.77% -
XYZ 43.02 38.06 51.53 -
YUV 169.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 196 153 186 0 0.22 0.05 0.23 313.95 0.27 0.68
Hex C4 99 BA 0 16 5 17 13A 1B 44
Octal 304 231 272 0 26 5 27 472 33 104
Binary 11000100 10011001 10111010 0 10110 101 10111 100111010 11011 1000100

Color Harmonies of #C499BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499BA

Black with #C499BA

Text Example


Text Example

White with #C499BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C499BA; }

 p { color: rgb(196,153,186); }

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

background-color css

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

 a { background-color: rgb(196,153,186); }

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

border-color css

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

 span { border-color: rgb(196,153,186); }

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