Html Css Color HEX #C099B1 Lily

📋 copy color: '#C099B1'

red 192 ◦ green 153 ◦ blue 177

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

Shades of Lily #C099B1

Tints of Lily #C099B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.91%

R = 36.78%
G = 29.31%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C099B1 (or 0xC099B1) is known color: Lily. HEX triplet: C0, 99 and B1. RGB value is (192,153,177). Sum of RGB (Red+Green+Blue) = 192+153+177=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C099B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099B1 is #3F664E. Grayscale: #A7A7A7. Windows color (decimal): -4154959 or 11639232. OLE color: 11639232.

HSL color Cylindrical-coordinate representation of color #C099B1: hue angle of 323.08º 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 #C099B1 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 177 -
CMYK 0 0.20 0.08 0.25
HSL 323.08º 0.24% 0.68% -
HSV(B) 323.08º 0.2% 0.75% -
XYZ 41.07 37.16 46.6 -
YUV 167.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 192 153 177 0 0.20 0.08 0.25 323.08 0.24 0.68
Hex C0 99 B1 0 14 8 19 143 18 44
Octal 300 231 261 0 24 10 31 503 30 104
Binary 11000000 10011001 10110001 0 10100 1000 11001 101000011 11000 1000100

Color Harmonies of #C099B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099B1

Black with #C099B1

Text Example


Text Example

White with #C099B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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