Html Css Color HEX #C099B2 Lily

📋 copy color: '#C099B2'

red 192 ◦ green 153 ◦ blue 178

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

Shades of Lily #C099B2

Tints of Lily #C099B2

RGB

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

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

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

R = 36.71%
G = 29.25%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C099B2 (or 0xC099B2) is known color: Lily. HEX triplet: C0, 99 and B2. RGB value is (192,153,178). Sum of RGB (Red+Green+Blue) = 192+153+178=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C099B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099B2 is #3F664D. Grayscale: #A7A7A7. Windows color (decimal): -4154958 or 11704768. OLE color: 11704768.

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

Color convert

RGB 192 153 178 -
CMYK 0 0.20 0.07 0.25
HSL 321.54º 0.24% 0.68% -
HSV(B) 321.54º 0.2% 0.75% -
XYZ 41.17 37.2 47.13 -
YUV 167.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 192 153 178 0 0.20 0.07 0.25 321.54 0.24 0.68
Hex C0 99 B2 0 14 7 19 142 18 44
Octal 300 231 262 0 24 7 31 502 30 104
Binary 11000000 10011001 10110010 0 10100 111 11001 101000010 11000 1000100

Color Harmonies of #C099B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099B2

Black with #C099B2

Text Example


Text Example

White with #C099B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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