#C38E8C

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

Shades of Oriental Pink #C38E8C

Tints of Oriental Pink #C38E8C

Color information

#C38E8C (or 0xC38E8C) is unknown color: approx Oriental Pink. HEX triplet: C3, 8E and 8C. RGB value is (195,142,140). Sum of RGB (Red+Green+Blue) = 195+142+140=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E8C is #3C7173. Grayscale: #9D9D9D. Windows color (decimal): -3961204 or 9211587. OLE color: 9211587.

HSL color Cylindrical-coordinate representation of color #C38E8C: hue angle of 2.18º 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 #C38E8C is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195142140-
CMYK00.270.280.24
HSL2.18º31.43%65.69%-
HSV(B)2.18º28.21%76.47%-
XYZ36.9132.8429.2-
YUV157.62118.06154.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=40.88%
G=29.77%
B=29.35%

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
Decimal19514214000.270.280.242.1831.4365.69
HexC38E8C01B1C1821f42
Octal3032162140333430237102
Binary110000111000111010001100011011111001100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E8C; }

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

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

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

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

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

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

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

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