#C38D89

Color #C38D89 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #C38D89

Tints of Oriental Pink #C38D89

Color information

#C38D89 (or 0xC38D89) is unknown color: approx Oriental Pink. HEX triplet: C3, 8D and 89. RGB value is (195,141,137). Sum of RGB (Red+Green+Blue) = 195+141+137=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D89 is #3C7276. Grayscale: #9C9C9C. Windows color (decimal): -3961463 or 9014723. OLE color: 9014723.

HSL color Cylindrical-coordinate representation of color #C38D89: hue angle of 4.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38D89 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195141137-
CMYK00.280.300.24
HSL4.14º32.58%65.1%-
HSV(B)4.14º29.74%76.47%-
XYZ36.5532.4628.01-
YUV156.69116.89155.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=41.23%
G=29.81%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514113700.280.300.244.1432.5865.1
HexC38D8901C1E1842141
Octal3032152110343630441101
Binary11000011100011011000100101110011110110001001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D89; }

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

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

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

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

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

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

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

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