#C39288

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

Shades of Oriental Pink #C39288

Tints of Oriental Pink #C39288

Color information

#C39288 (or 0xC39288) is unknown color: approx Oriental Pink. HEX triplet: C3, 92 and 88. RGB value is (195,146,136). Sum of RGB (Red+Green+Blue) = 195+146+136=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C39288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39288 is #3C6D77. Grayscale: #9F9F9F. Windows color (decimal): -3960184 or 8950467. OLE color: 8950467.

HSL color Cylindrical-coordinate representation of color #C39288: hue angle of 10.17º 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 #C39288 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195146136-
CMYK00.250.300.24
HSL10.17º32.96%64.9%-
HSV(B)10.17º30.26%76.47%-
XYZ37.2333.9427.88-
YUV159.51114.73153.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=40.88%
G=30.61%
B=28.51%

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
Decimal19514613600.250.300.2410.1732.9664.9
HexC392880191E18a2141
Octal30322221003136301241101
Binary110000111001001010001000011001111101100010101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39288; }

 p { color: rgb(195,146,136); }

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

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

 a { background-color: rgb(195,146,136); }

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

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

 span { border-color: rgb(195,146,136); }

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