#C4837D

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

Shades of Oriental Pink #C4837D

Tints of Oriental Pink #C4837D

Color information

#C4837D (or 0xC4837D) is unknown color: approx Oriental Pink. HEX triplet: C4, 83 and 7D. RGB value is (196,131,125). Sum of RGB (Red+Green+Blue) = 196+131+125=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4837D is #3B7C82. Grayscale: #959595. Windows color (decimal): -3898499 or 8225732. OLE color: 8225732.

HSL color Cylindrical-coordinate representation of color #C4837D: hue angle of 5.07º 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 #C4837D is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB196131125-
CMYK00.330.360.23
HSL5.07º37.57%62.94%-
HSV(B)5.07º36.22%76.86%-
XYZ34.5829.4523.26-
YUV149.75114.03160.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=43.36%
G=28.98%
B=27.65%

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
Decimal19613112500.330.360.235.0737.5762.94
HexC4837D02124175263f
Octal304203175041442754677
Binary11000100100000111111101010000110010010111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4837D; }

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

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

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

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

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

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

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

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