#C4847D

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

Shades of Oriental Pink #C4847D

Tints of Oriental Pink #C4847D

Color information

#C4847D (or 0xC4847D) is unknown color: approx Oriental Pink. HEX triplet: C4, 84 and 7D. RGB value is (196,132,125). Sum of RGB (Red+Green+Blue) = 196+132+125=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4847D is #3B7B82. Grayscale: #969696. Windows color (decimal): -3898243 or 8225988. OLE color: 8225988.

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

Color convert

RGB196132125-
CMYK00.330.360.23
HSL5.92º37.57%62.94%-
HSV(B)5.92º36.22%76.86%-
XYZ34.7229.7223.31-
YUV150.34113.7160.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=43.27%
G=29.14%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613212500.330.360.235.9237.5762.94
HexC4847D02124176263f
Octal304204175041442764677
Binary11000100100001001111101010000110010010111110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4847D; }

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

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

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

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

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

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

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

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