Html Css Color HEX #C098B0 Lily

📋 copy color: '#C098B0'

red 192 ◦ green 152 ◦ blue 176

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

Shades of Lily #C098B0

Tints of Lily #C098B0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.23%

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

R = 36.92%
G = 29.23%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C098B0 (or 0xC098B0) is known color: Lily. HEX triplet: C0, 98 and B0. RGB value is (192,152,176). Sum of RGB (Red+Green+Blue) = 192+152+176=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C098B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098B0 is #3F674F. Grayscale: #A6A6A6. Windows color (decimal): -4155216 or 11573440. OLE color: 11573440.

HSL color Cylindrical-coordinate representation of color #C098B0: hue angle of 324º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C098B0 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 176 -
CMYK 0 0.21 0.08 0.25
HSL 324º 0.24% 0.67% -
HSV(B) 324º 0.21% 0.75% -
XYZ 40.8 36.8 46.03 -
YUV 166.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 192 152 176 0 0.21 0.08 0.25 324 0.24 0.67
Hex C0 98 B0 0 15 8 19 144 18 43
Octal 300 230 260 0 25 10 31 504 30 103
Binary 11000000 10011000 10110000 0 10101 1000 11001 101000100 11000 1000011

Color Harmonies of #C098B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098B0

Black with #C098B0

Text Example


Text Example

White with #C098B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098B0; }

 p { color: rgb(192,152,176); }

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

background-color css

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

 a { background-color: rgb(192,152,176); }

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

border-color css

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

 span { border-color: rgb(192,152,176); }

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