#C3847F

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

Shades of Oriental Pink #C3847F

Tints of Oriental Pink #C3847F

Color information

#C3847F (or 0xC3847F) is unknown color: approx Oriental Pink. HEX triplet: C3, 84 and 7F. RGB value is (195,132,127). Sum of RGB (Red+Green+Blue) = 195+132+127=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3847F is #3C7B80. Grayscale: #969696. Windows color (decimal): -3963777 or 8357059. OLE color: 8357059.

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

Color convert

RGB195132127-
CMYK00.320.350.24
HSL4.41º36.17%63.14%-
HSV(B)4.41º34.87%76.47%-
XYZ34.5929.6423.98-
YUV150.27114.87159.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 127 (50% from 255) = 27.97%
R=42.95%
G=29.07%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513212700.320.350.244.4136.1763.14
HexC3847F02023184243f
Octal303204177040433044477
Binary11000011100001001111111010000010001111000100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3847F; }

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

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

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

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

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

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

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

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