#C29392

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

Shades of Rosy Brown #C29392

Tints of Rosy Brown #C29392

Color information

#C29392 (or 0xC29392) is unknown color: approx Rosy Brown. HEX triplet: C2, 93 and 92. RGB value is (194,147,146). Sum of RGB (Red+Green+Blue) = 194+147+146=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C29392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29392 is #3D6C6D. Grayscale: #A0A0A0. Windows color (decimal): -4025454 or 9606082. OLE color: 9606082.

HSL color Cylindrical-coordinate representation of color #C29392: hue angle of 1.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29392 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB194147146-
CMYK00.240.250.24
HSL1.25º28.24%66.67%-
HSV(B)1.25º24.74%76.08%-
XYZ37.8734.4131.84-
YUV160.94119.57151.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=39.84%
G=30.18%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414714600.240.250.241.2528.2466.67
HexC29392018191811c43
Octal3022232220303130134103
Binary11000010100100111001001001100011001110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29392; }

 p { color: rgb(194,147,146); }

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

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

 a { background-color: rgb(194,147,146); }

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

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

 span { border-color: rgb(194,147,146); }

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