#C39088

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

Shades of Oriental Pink #C39088

Tints of Oriental Pink #C39088

Color information

#C39088 (or 0xC39088) is unknown color: approx Oriental Pink. HEX triplet: C3, 90 and 88. RGB value is (195,144,136). Sum of RGB (Red+Green+Blue) = 195+144+136=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C39088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39088 is #3C6F77. Grayscale: #9E9E9E. Windows color (decimal): -3960696 or 8949955. OLE color: 8949955.

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

Color convert

RGB195144136-
CMYK00.260.300.24
HSL8.14º32.96%64.9%-
HSV(B)8.14º30.26%76.47%-
XYZ36.9233.3327.78-
YUV158.34115.4154.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=41.05%
G=30.32%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514413600.260.300.248.1432.9664.9
HexC3908801A1E1882141
Octal30322021003236301041101
Binary110000111001000010001000011010111101100010001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39088; }

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

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

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

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

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

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

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

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