Html Css Color HEX #C098B2 Lily

📋 copy color: '#C098B2'

red 192 ◦ green 152 ◦ blue 178

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

Shades of Lily #C098B2

Tints of Lily #C098B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 36.78%
G = 29.12%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C098B2 (or 0xC098B2) is known color: Lily. HEX triplet: C0, 98 and B2. RGB value is (192,152,178). Sum of RGB (Red+Green+Blue) = 192+152+178=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C098B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098B2 is #3F674D. Grayscale: #A6A6A6. Windows color (decimal): -4155214 or 11704512. OLE color: 11704512.

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

Color convert

RGB 192 152 178 -
CMYK 0 0.21 0.07 0.25
HSL 321º 0.24% 0.67% -
HSV(B) 321º 0.21% 0.75% -
XYZ 41 36.88 47.08 -
YUV 166.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 192 152 178 0 0.21 0.07 0.25 321 0.24 0.67
Hex C0 98 B2 0 15 7 19 141 18 43
Octal 300 230 262 0 25 7 31 501 30 103
Binary 11000000 10011000 10110010 0 10101 111 11001 101000001 11000 1000011

Color Harmonies of #C098B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098B2

Black with #C098B2

Text Example


Text Example

White with #C098B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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