#C38F8C

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

Shades of Oriental Pink #C38F8C

Tints of Oriental Pink #C38F8C

Color information

#C38F8C (or 0xC38F8C) is unknown color: approx Oriental Pink. HEX triplet: C3, 8F and 8C. RGB value is (195,143,140). Sum of RGB (Red+Green+Blue) = 195+143+140=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F8C is #3C7073. Grayscale: #9E9E9E. Windows color (decimal): -3960948 or 9211843. OLE color: 9211843.

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

Color convert

RGB195143140-
CMYK00.270.280.24
HSL3.27º31.43%65.69%-
HSV(B)3.27º28.21%76.47%-
XYZ37.0633.1429.25-
YUV158.21117.73154.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=40.79%
G=29.92%
B=29.29%

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
Decimal19514314000.270.280.243.2731.4365.69
HexC38F8C01B1C1831f42
Octal3032172140333430337102
Binary110000111000111110001100011011111001100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F8C; }

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

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

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

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

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

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

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

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