#C78280

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

Shades of Oriental Pink #C78280

Tints of Oriental Pink #C78280

Color information

#C78280 (or 0xC78280) is unknown color: approx Oriental Pink. HEX triplet: C7, 82 and 80. RGB value is (199,130,128). Sum of RGB (Red+Green+Blue) = 199+130+128=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C78280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78280 is #387D7F. Grayscale: #969696. Windows color (decimal): -3702144 or 8422087. OLE color: 8422087.

HSL color Cylindrical-coordinate representation of color #C78280: hue angle of 1.69º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78280 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB199130128-
CMYK00.350.360.22
HSL1.69º38.8%64.12%-
HSV(B)1.69º35.68%78.04%-
XYZ35.4329.6724.28-
YUV150.4115.36162.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=43.54%
G=28.45%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913012800.350.360.221.6938.864.12
HexC78280023241622740
Octal3072022000434426247100
Binary110001111000001010000000010001110010010110101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78280; }

 p { color: rgb(199,130,128); }

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

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

 a { background-color: rgb(199,130,128); }

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

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

 span { border-color: rgb(199,130,128); }

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