#C09693

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

Shades of Rosy Brown #C09693

Tints of Rosy Brown #C09693

Color information

#C09693 (or 0xC09693) is unknown color: approx Rosy Brown. HEX triplet: C0, 96 and 93. RGB value is (192,150,147). Sum of RGB (Red+Green+Blue) = 192+150+147=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C09693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09693 is #3F696C. Grayscale: #A2A2A2. Windows color (decimal): -4155757 or 9672384. OLE color: 9672384.

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

Color convert

RGB192150147-
CMYK00.220.230.25
HSL26.32%66.47%-
HSV(B)23.44%75.29%-
XYZ37.9135.1332.39-
YUV162.22119.41149.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=39.26%
G=30.67%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215014700.220.230.25426.3266.47
HexC09693016171941a42
Octal3002262230262731432102
Binary1100000010010110100100110101101011111001100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09693; }

 p { color: rgb(192,150,147); }

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

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

 a { background-color: rgb(192,150,147); }

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

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

 span { border-color: rgb(192,150,147); }

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