#C09F9B

Color #C09F9B Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #C09F9B

Tints of Eunry #C09F9B

Color information

#C09F9B (or 0xC09F9B) is unknown color: approx Eunry. HEX triplet: C0, 9F and 9B. RGB value is (192,159,155). Sum of RGB (Red+Green+Blue) = 192+159+155=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F9B is #3F6064. Grayscale: #A8A8A8. Windows color (decimal): -4153445 or 10198976. OLE color: 10198976.

HSL color Cylindrical-coordinate representation of color #C09F9B: hue angle of 6.49º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09F9B is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192159155-
CMYK00.170.190.25
HSL6.49º22.7%68.04%-
HSV(B)6.49º19.27%75.29%-
XYZ40.0538.3736.31-
YUV168.41120.43144.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=37.94%
G=31.42%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215915500.170.190.256.4922.768.04
HexC09F9B011131961744
Octal3002372330212331627104
Binary1100000010011111100110110100011001111001110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09F9B; }

 p { color: rgb(192,159,155); }

 H1.HeaderClassName
 {
   color: #C09F9B;
 }
 .AnyTagClassName
 {
   color: #C09F9B;
 }
</style>
background-color css

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

 a { background-color: rgb(192,159,155); }

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

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

 span { border-color: rgb(192,159,155); }

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