Html Css Color HEX #C092AA Lily

📋 copy color: '#C092AA'

red 192 ◦ green 146 ◦ blue 170

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

Shades of Lily #C092AA

Tints of Lily #C092AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.74%

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 37.8%
G = 28.74%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C092AA (or 0xC092AA) is known color: Lily. HEX triplet: C0, 92 and AA. RGB value is (192,146,170). Sum of RGB (Red+Green+Blue) = 192+146+170=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C092AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092AA is #3F6D55. Grayscale: #A2A2A2. Windows color (decimal): -4156758 or 11178688. OLE color: 11178688.

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

Color convert

RGB 192 146 170 -
CMYK 0 0.24 0.11 0.25
HSL 328.7º 0.27% 0.66% -
HSV(B) 328.7º 0.24% 0.75% -
XYZ 39.27 34.67 42.65 -
YUV 162.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 192 146 170 0 0.24 0.11 0.25 328.7 0.27 0.66
Hex C0 92 AA 0 18 B 19 149 1B 42
Octal 300 222 252 0 30 13 31 511 33 102
Binary 11000000 10010010 10101010 0 11000 1011 11001 101001001 11011 1000010

Color Harmonies of #C092AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092AA

Black with #C092AA

Text Example


Text Example

White with #C092AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092AA; }

 p { color: rgb(192,146,170); }

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

background-color css

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

 a { background-color: rgb(192,146,170); }

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

border-color css

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

 span { border-color: rgb(192,146,170); }

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