#C38785

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

Shades of Oriental Pink #C38785

Tints of Oriental Pink #C38785

Color information

#C38785 (or 0xC38785) is unknown color: approx Oriental Pink. HEX triplet: C3, 87 and 85. RGB value is (195,135,133). Sum of RGB (Red+Green+Blue) = 195+135+133=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C38785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38785 is #3C787A. Grayscale: #989898. Windows color (decimal): -3963003 or 8751043. OLE color: 8751043.

HSL color Cylindrical-coordinate representation of color #C38785: hue angle of 1.94º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38785 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195135133-
CMYK00.310.320.24
HSL1.94º34.07%64.31%-
HSV(B)1.94º31.79%76.47%-
XYZ35.430.6226.24-
YUV152.71116.88158.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=42.12%
G=29.16%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513513300.310.320.241.9434.0764.31
HexC3878501F201822240
Octal3032072050374030242100
Binary11000011100001111000010101111110000011000101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38785; }

 p { color: rgb(195,135,133); }

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

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

 a { background-color: rgb(195,135,133); }

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

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

 span { border-color: rgb(195,135,133); }

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