#C3847E

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

Shades of Oriental Pink #C3847E

Tints of Oriental Pink #C3847E

Color information

#C3847E (or 0xC3847E) is unknown color: approx Oriental Pink. HEX triplet: C3, 84 and 7E. RGB value is (195,132,126). Sum of RGB (Red+Green+Blue) = 195+132+126=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3847E is #3C7B81. Grayscale: #969696. Windows color (decimal): -3963778 or 8291523. OLE color: 8291523.

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

Color convert

RGB195132126-
CMYK00.320.350.24
HSL5.22º36.51%62.94%-
HSV(B)5.22º35.38%76.47%-
XYZ34.5229.6123.63-
YUV150.15114.37159.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=43.05%
G=29.14%
B=27.81%

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
Decimal19513212600.320.350.245.2236.5162.94
HexC3847E02023185253f
Octal303204176040433054577
Binary11000011100001001111110010000010001111000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3847E; }

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

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

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

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

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

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

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

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