#C4847F

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

Shades of Oriental Pink #C4847F

Tints of Oriental Pink #C4847F

Color information

#C4847F (or 0xC4847F) is unknown color: approx Oriental Pink. HEX triplet: C4, 84 and 7F. RGB value is (196,132,127). Sum of RGB (Red+Green+Blue) = 196+132+127=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4847F is #3B7B80. Grayscale: #969696. Windows color (decimal): -3898241 or 8357060. OLE color: 8357060.

HSL color Cylindrical-coordinate representation of color #C4847F: hue angle of 4.35º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4847F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196132127-
CMYK00.330.350.23
HSL4.35º36.9%63.33%-
HSV(B)4.35º35.2%76.86%-
XYZ34.8529.7723.99-
YUV150.57114.7160.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 127 (50% from 255) = 27.91%
R=43.08%
G=29.01%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613212700.330.350.234.3536.963.33
HexC4847F02123174253f
Octal304204177041432744577
Binary11000100100001001111111010000110001110111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4847F; }

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

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

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

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

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

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

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

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