#C29287

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

Shades of Oriental Pink #C29287

Tints of Oriental Pink #C29287

Color information

#C29287 (or 0xC29287) is unknown color: approx Oriental Pink. HEX triplet: C2, 92 and 87. RGB value is (194,146,135). Sum of RGB (Red+Green+Blue) = 194+146+135=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29287 is #3D6D78. Grayscale: #9F9F9F. Windows color (decimal): -4025721 or 8884930. OLE color: 8884930.

HSL color Cylindrical-coordinate representation of color #C29287: hue angle of 11.19º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29287 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194146135-
CMYK00.250.300.24
HSL11.19º32.6%64.51%-
HSV(B)11.19º30.41%76.08%-
XYZ36.933.7827.5-
YUV159.1114.4152.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=40.84%
G=30.74%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414613500.250.300.2411.1932.664.51
HexC292870191E18b2141
Octal30222220703136301341101
Binary110000101001001010000111011001111101100010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29287; }

 p { color: rgb(194,146,135); }

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

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

 a { background-color: rgb(194,146,135); }

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

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

 span { border-color: rgb(194,146,135); }

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