#C28F82

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

Shades of Oriental Pink #C28F82

Tints of Oriental Pink #C28F82

Color information

#C28F82 (or 0xC28F82) is unknown color: approx Oriental Pink. HEX triplet: C2, 8F and 82. RGB value is (194,143,130). Sum of RGB (Red+Green+Blue) = 194+143+130=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F82 is #3D707D. Grayscale: #9C9C9C. Windows color (decimal): -4026494 or 8556482. OLE color: 8556482.

HSL color Cylindrical-coordinate representation of color #C28F82: hue angle of 12.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28F82 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB194143130-
CMYK00.260.330.24
HSL12.19º34.41%63.53%-
HSV(B)12.19º32.99%76.08%-
XYZ36.132.7325.53-
YUV156.77112.9154.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=41.54%
G=30.62%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414313000.260.330.2412.1934.4163.53
HexC28F8201A2118c2240
Octal30221720203241301442100
Binary1100001010001111100000100110101000011100011001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F82; }

 p { color: rgb(194,143,130); }

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

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

 a { background-color: rgb(194,143,130); }

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

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

 span { border-color: rgb(194,143,130); }

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