#C2928F

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

Shades of Rosy Brown #C2928F

Tints of Rosy Brown #C2928F

Color information

#C2928F (or 0xC2928F) is unknown color: approx Rosy Brown. HEX triplet: C2, 92 and 8F. RGB value is (194,146,143). Sum of RGB (Red+Green+Blue) = 194+146+143=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2928F is #3D6D70. Grayscale: #A0A0A0. Windows color (decimal): -4025713 or 9409218. OLE color: 9409218.

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

Color convert

RGB194146143-
CMYK00.250.260.24
HSL3.53º29.48%66.08%-
HSV(B)3.53º26.29%76.08%-
XYZ37.4834.0130.58-
YUV160.01118.4152.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=40.17%
G=30.23%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414614300.250.260.243.5329.4866.08
HexC2928F0191A1841d42
Octal3022222170313230435102
Binary1100001010010010100011110110011101011000100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2928F; }

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

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

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

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

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

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

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

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