Html Css Color HEX #C098B9 Lily

📋 copy color: '#C098B9'

red 192 ◦ green 152 ◦ blue 185

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

Shades of Lily #C098B9

Tints of Lily #C098B9

RGB

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

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

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

R = 36.29%
G = 28.73%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C098B9 (or 0xC098B9) is known color: Lily. HEX triplet: C0, 98 and B9. RGB value is (192,152,185). Sum of RGB (Red+Green+Blue) = 192+152+185=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C098B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098B9 is #3F6746. Grayscale: #A7A7A7. Windows color (decimal): -4155207 or 12163264. OLE color: 12163264.

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

Color convert

RGB 192 152 185 -
CMYK 0 0.21 0.04 0.25
HSL 310.5º 0.24% 0.67% -
HSV(B) 310.5º 0.21% 0.75% -
XYZ 41.72 37.17 50.87 -
YUV 167.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 192 152 185 0 0.21 0.04 0.25 310.5 0.24 0.67
Hex C0 98 B9 0 15 4 19 136 18 43
Octal 300 230 271 0 25 4 31 466 30 103
Binary 11000000 10011000 10111001 0 10101 100 11001 100110110 11000 1000011

Color Harmonies of #C098B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098B9

Black with #C098B9

Text Example


Text Example

White with #C098B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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