#C48E8E

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

Shades of Rosy Brown #C48E8E

Tints of Rosy Brown #C48E8E

Color information

#C48E8E (or 0xC48E8E) is unknown color: approx Rosy Brown. HEX triplet: C4, 8E and 8E. RGB value is (196,142,142). Sum of RGB (Red+Green+Blue) = 196+142+142=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E8E is #3B7171. Grayscale: #9E9E9E. Windows color (decimal): -3895666 or 9342660. OLE color: 9342660.

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

Color convert

RGB196142142-
CMYK00.280.280.23
HSL31.4%66.27%-
HSV(B)27.55%76.86%-
XYZ37.3233.0330-
YUV158.15118.89155-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=40.83%
G=29.58%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614214200.280.280.23031.466.27
HexC48E8E01C1C1701f42
Octal3042162160343427037102
Binary11000100100011101000111001110011100101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E8E; }

 p { color: rgb(196,142,142); }

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

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

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

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

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

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

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