#C38E8D

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

Shades of Rosy Brown #C38E8D

Tints of Rosy Brown #C38E8D

Color information

#C38E8D (or 0xC38E8D) is unknown color: approx Rosy Brown. HEX triplet: C3, 8E and 8D. RGB value is (195,142,141). Sum of RGB (Red+Green+Blue) = 195+142+141=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E8D is #3C7172. Grayscale: #9D9D9D. Windows color (decimal): -3961203 or 9277123. OLE color: 9277123.

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

Color convert

RGB195142141-
CMYK00.270.280.24
HSL1.11º31.03%65.88%-
HSV(B)1.11º27.69%76.47%-
XYZ36.9932.8729.59-
YUV157.73118.56154.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 142 (55.86% from 255) = 29.71%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=40.79%
G=29.71%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514214100.270.280.241.1131.0365.88
HexC38E8D01B1C1811f42
Octal3032162150333430137102
Binary11000011100011101000110101101111100110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E8D; }

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

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

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

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

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

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

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

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