Html Css Color HEX #C299B8 Lily

📋 copy color: '#C299B8'

red 194 ◦ green 153 ◦ blue 184

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

Shades of Lily #C299B8

Tints of Lily #C299B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 36.53%
G = 28.81%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C299B8 (or 0xC299B8) is known color: Lily. HEX triplet: C2, 99 and B8. RGB value is (194,153,184). Sum of RGB (Red+Green+Blue) = 194+153+184=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C299B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299B8 is #3D6647. Grayscale: #A8A8A8. Windows color (decimal): -4023880 or 12097986. OLE color: 12097986.

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

Color convert

RGB 194 153 184 -
CMYK 0 0.21 0.05 0.24
HSL 314.63º 0.25% 0.68% -
HSV(B) 314.63º 0.21% 0.76% -
XYZ 42.29 37.71 50.4 -
YUV 168.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 194 153 184 0 0.21 0.05 0.24 314.63 0.25 0.68
Hex C2 99 B8 0 15 5 18 13B 19 44
Octal 302 231 270 0 25 5 30 473 31 104
Binary 11000010 10011001 10111000 0 10101 101 11000 100111011 11001 1000100

Color Harmonies of #C299B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299B8

Black with #C299B8

Text Example


Text Example

White with #C299B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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