#C09794

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

Shades of Rosy Brown #C09794

Tints of Rosy Brown #C09794

Color information

#C09794 (or 0xC09794) is unknown color: approx Rosy Brown. HEX triplet: C0, 97 and 94. RGB value is (192,151,148). Sum of RGB (Red+Green+Blue) = 192+151+148=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C09794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09794 is #3F686B. Grayscale: #A2A2A2. Windows color (decimal): -4155500 or 9738176. OLE color: 9738176.

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

Color convert

RGB192151148-
CMYK00.210.230.25
HSL4.09º25.88%66.67%-
HSV(B)4.09º22.92%75.29%-
XYZ38.1535.4832.85-
YUV162.92119.58148.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=39.10%
G=30.75%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215114800.210.230.254.0925.8866.67
HexC09794015171941a43
Octal3002272240252731432103
Binary1100000010010111100101000101011011111001100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09794; }

 p { color: rgb(192,151,148); }

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

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

 a { background-color: rgb(192,151,148); }

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

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

 span { border-color: rgb(192,151,148); }

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