#C4877F

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

Shades of Oriental Pink #C4877F

Tints of Oriental Pink #C4877F

Color information

#C4877F (or 0xC4877F) is unknown color: approx Oriental Pink. HEX triplet: C4, 87 and 7F. RGB value is (196,135,127). Sum of RGB (Red+Green+Blue) = 196+135+127=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4877F is #3B7880. Grayscale: #989898. Windows color (decimal): -3897473 or 8357828. OLE color: 8357828.

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

Color convert

RGB196135127-
CMYK00.310.350.23
HSL6.96º36.9%63.33%-
HSV(B)6.96º35.2%76.86%-
XYZ35.2630.624.13-
YUV152.33113.71159.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 127 (50% from 255) = 27.73%
R=42.79%
G=29.48%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613512700.310.350.236.9636.963.33
HexC4877F01F23177253f
Octal304207177037432774577
Binary1100010010000111111111101111110001110111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4877F; }

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

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

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

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

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

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

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

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