#C48E8D

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

Shades of Rosy Brown #C48E8D

Tints of Rosy Brown #C48E8D

Color information

#C48E8D (or 0xC48E8D) is unknown color: approx Rosy Brown. HEX triplet: C4, 8E and 8D. RGB value is (196,142,141). Sum of RGB (Red+Green+Blue) = 196+142+141=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E8D is #3B7172. Grayscale: #9E9E9E. Windows color (decimal): -3895667 or 9277124. OLE color: 9277124.

HSL color Cylindrical-coordinate representation of color #C48E8D: hue angle of 1.09º degrees, saturation: 0.32, 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 #C48E8D is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196142141-
CMYK00.280.280.23
HSL1.09º31.79%66.08%-
HSV(B)1.09º28.06%76.86%-
XYZ37.253329.61-
YUV158.03118.39155.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=40.92%
G=29.65%
B=29.44%

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
Decimal19614214100.280.280.231.0931.7966.08
HexC48E8D01C1C1712042
Octal3042162150343427140102
Binary110001001000111010001101011100111001011111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E8D; }

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

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

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

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

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

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

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

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