#C09291

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

Shades of Rosy Brown #C09291

Tints of Rosy Brown #C09291

Color information

#C09291 (or 0xC09291) is unknown color: approx Rosy Brown. HEX triplet: C0, 92 and 91. RGB value is (192,146,145). Sum of RGB (Red+Green+Blue) = 192+146+145=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C09291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09291 is #3F6D6E. Grayscale: #9F9F9F. Windows color (decimal): -4156783 or 9540288. OLE color: 9540288.

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

Color convert

RGB192146145-
CMYK00.240.240.25
HSL1.28º27.17%66.08%-
HSV(B)1.28º24.48%75.29%-
XYZ37.1333.8131.36-
YUV159.64119.74151.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=39.75%
G=30.23%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214614500.240.240.251.2827.1766.08
HexC09291018181911b42
Octal3002222210303031133102
Binary11000000100100101001000101100011000110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09291; }

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

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

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

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

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

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

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

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