#C38F7E

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

Shades of Oriental Pink #C38F7E

Tints of Oriental Pink #C38F7E

Color information

#C38F7E (or 0xC38F7E) is unknown color: approx Oriental Pink. HEX triplet: C3, 8F and 7E. RGB value is (195,143,126). Sum of RGB (Red+Green+Blue) = 195+143+126=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F7E is #3C7081. Grayscale: #9C9C9C. Windows color (decimal): -3960962 or 8294339. OLE color: 8294339.

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

Color convert

RGB195143126-
CMYK00.270.350.24
HSL14.78º36.51%62.94%-
HSV(B)14.78º35.38%76.47%-
XYZ36.0932.7524.16-
YUV156.61110.73155.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=42.03%
G=30.82%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514312600.270.350.2414.7836.5162.94
HexC38F7E01B2318f253f
Octal3032171760334330174577
Binary11000011100011111111110011011100011110001111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F7E; }

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

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

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

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

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

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

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

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