#C29894

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

Shades of Rosy Brown #C29894

Tints of Rosy Brown #C29894

Color information

#C29894 (or 0xC29894) is unknown color: approx Rosy Brown. HEX triplet: C2, 98 and 94. RGB value is (194,152,148). Sum of RGB (Red+Green+Blue) = 194+152+148=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29894 is #3D676B. Grayscale: #A4A4A4. Windows color (decimal): -4024172 or 9738434. OLE color: 9738434.

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

Color convert

RGB194152148-
CMYK00.220.240.24
HSL5.22º27.38%67.06%-
HSV(B)5.22º23.71%76.08%-
XYZ38.8236.0632.93-
YUV164.1118.91149.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=39.27%
G=30.77%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415214800.220.240.245.2227.3867.06
HexC29894016181851b43
Octal3022302240263030533103
Binary1100001010011000100101000101101100011000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29894; }

 p { color: rgb(194,152,148); }

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

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

 a { background-color: rgb(194,152,148); }

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

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

 span { border-color: rgb(194,152,148); }

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