Html Css Color HEX #C099B9 Lily

📋 copy color: '#C099B9'

red 192 ◦ green 153 ◦ blue 185

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

Shades of Lily #C099B9

Tints of Lily #C099B9

RGB

 RED value IS 192 (75.39% from 255) = 36.23%

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

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 36.23%
G = 28.87%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C099B9 (or 0xC099B9) is known color: Lily. HEX triplet: C0, 99 and B9. RGB value is (192,153,185). Sum of RGB (Red+Green+Blue) = 192+153+185=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C099B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099B9 is #3F6646. Grayscale: #A8A8A8. Windows color (decimal): -4154951 or 12163520. OLE color: 12163520.

HSL color Cylindrical-coordinate representation of color #C099B9: hue angle of 310.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099B9 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 185 -
CMYK 0 0.20 0.04 0.25
HSL 310.77º 0.24% 0.68% -
HSV(B) 310.77º 0.2% 0.75% -
XYZ 41.89 37.49 50.93 -
YUV 168.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 192 153 185 0 0.20 0.04 0.25 310.77 0.24 0.68
Hex C0 99 B9 0 14 4 19 137 18 44
Octal 300 231 271 0 24 4 31 467 30 104
Binary 11000000 10011001 10111001 0 10100 100 11001 100110111 11000 1000100

Color Harmonies of #C099B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099B9

Black with #C099B9

Text Example


Text Example

White with #C099B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099B9; }

 p { color: rgb(192,153,185); }

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

background-color css

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

 a { background-color: rgb(192,153,185); }

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

border-color css

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

 span { border-color: rgb(192,153,185); }

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