#C49694

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

Shades of Rosy Brown #C49694

Tints of Rosy Brown #C49694

Color information

#C49694 (or 0xC49694) is unknown color: approx Rosy Brown. HEX triplet: C4, 96 and 94. RGB value is (196,150,148). Sum of RGB (Red+Green+Blue) = 196+150+148=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C49694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49694 is #3B696B. Grayscale: #A3A3A3. Windows color (decimal): -3893612 or 9737924. OLE color: 9737924.

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

Color convert

RGB196150148-
CMYK00.230.240.23
HSL2.5º28.92%67.45%-
HSV(B)2.5º24.49%76.86%-
XYZ39.0235.6932.85-
YUV163.53119.24151.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=39.68%
G=30.36%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615014800.230.240.232.528.9267.45
HexC49694017181731d43
Octal3042262240273027335103
Binary110001001001011010010100010111110001011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49694; }

 p { color: rgb(196,150,148); }

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

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

 a { background-color: rgb(196,150,148); }

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

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

 span { border-color: rgb(196,150,148); }

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