Html Css Color HEX #C299B0 Lily

📋 copy color: '#C299B0'

red 194 ◦ green 153 ◦ blue 176

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

Shades of Lily #C299B0

Tints of Lily #C299B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.65%

R = 37.09%
G = 29.25%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C299B0 (or 0xC299B0) is known color: Lily. HEX triplet: C2, 99 and B0. RGB value is (194,153,176). Sum of RGB (Red+Green+Blue) = 194+153+176=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C299B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299B0 is #3D664F. Grayscale: #A7A7A7. Windows color (decimal): -4023888 or 11573698. OLE color: 11573698.

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

Color convert

RGB 194 153 176 -
CMYK 0 0.21 0.09 0.24
HSL 326.34º 0.25% 0.68% -
HSV(B) 326.34º 0.21% 0.76% -
XYZ 41.48 37.39 46.1 -
YUV 167.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 194 153 176 0 0.21 0.09 0.24 326.34 0.25 0.68
Hex C2 99 B0 0 15 9 18 146 19 44
Octal 302 231 260 0 25 11 30 506 31 104
Binary 11000010 10011001 10110000 0 10101 1001 11000 101000110 11001 1000100

Color Harmonies of #C299B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299B0

Black with #C299B0

Text Example


Text Example

White with #C299B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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