#C3857D

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

Shades of Oriental Pink #C3857D

Tints of Oriental Pink #C3857D

Color information

#C3857D (or 0xC3857D) is unknown color: approx Oriental Pink. HEX triplet: C3, 85 and 7D. RGB value is (195,133,125). Sum of RGB (Red+Green+Blue) = 195+133+125=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3857D is #3C7A82. Grayscale: #969696. Windows color (decimal): -3963523 or 8226243. OLE color: 8226243.

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

Color convert

RGB195133125-
CMYK00.320.360.24
HSL6.86º36.84%62.75%-
HSV(B)6.86º35.9%76.47%-
XYZ34.5929.8623.34-
YUV150.63113.54159.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=43.05%
G=29.36%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513312500.320.360.246.8636.8462.75
HexC3857D02024187253f
Octal303205175040443074577
Binary11000011100001011111101010000010010011000111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3857D; }

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

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

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

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

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

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

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

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