#C38B7F

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

Shades of Oriental Pink #C38B7F

Tints of Oriental Pink #C38B7F

Color information

#C38B7F (or 0xC38B7F) is unknown color: approx Oriental Pink. HEX triplet: C3, 8B and 7F. RGB value is (195,139,127). Sum of RGB (Red+Green+Blue) = 195+139+127=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B7F is #3C7480. Grayscale: #9A9A9A. Windows color (decimal): -3961985 or 8358851. OLE color: 8358851.

HSL color Cylindrical-coordinate representation of color #C38B7F: hue angle of 10.59º degrees, saturation: 0.36, 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 #C38B7F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB195139127-
CMYK00.290.350.24
HSL10.59º36.17%63.14%-
HSV(B)10.59º34.87%76.47%-
XYZ35.5731.624.3-
YUV154.38112.55156.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 127 (50% from 255) = 27.55%
R=42.30%
G=30.15%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513912700.290.350.2410.5936.1763.14
HexC38B7F01D2318b243f
Octal3032131770354330134477
Binary11000011100010111111111011101100011110001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B7F; }

 p { color: rgb(195,139,127); }

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

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

 a { background-color: rgb(195,139,127); }

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

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

 span { border-color: rgb(195,139,127); }

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