#C28F85

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

Shades of Oriental Pink #C28F85

Tints of Oriental Pink #C28F85

Color information

#C28F85 (or 0xC28F85) is unknown color: approx Oriental Pink. HEX triplet: C2, 8F and 85. RGB value is (194,143,133). Sum of RGB (Red+Green+Blue) = 194+143+133=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F85 is #3D707A. Grayscale: #9D9D9D. Windows color (decimal): -4026491 or 8753090. OLE color: 8753090.

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

Color convert

RGB194143133-
CMYK00.260.310.24
HSL9.84º33.33%64.12%-
HSV(B)9.84º31.44%76.08%-
XYZ36.332.8126.61-
YUV157.11114.4154.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=41.28%
G=30.43%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414313300.260.310.249.8433.3364.12
HexC28F8501A1F18a2140
Octal30221720503237301241100
Binary110000101000111110000101011010111111100010101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F85; }

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

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

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

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

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

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

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

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