#C39590

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

Shades of Oriental Pink #C39590

Tints of Oriental Pink #C39590

Color information

#C39590 (or 0xC39590) is unknown color: approx Oriental Pink. HEX triplet: C3, 95 and 90. RGB value is (195,149,144). Sum of RGB (Red+Green+Blue) = 195+149+144=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C39590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39590 is #3C6A6F. Grayscale: #A2A2A2. Windows color (decimal): -3959408 or 9475523. OLE color: 9475523.

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

Color convert

RGB195149144-
CMYK00.240.260.24
HSL5.88º29.82%66.47%-
HSV(B)5.88º26.15%76.47%-
XYZ38.2935.1131.14-
YUV162.18117.74151.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=39.96%
G=30.53%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514914400.240.260.245.8829.8266.47
HexC395900181A1861e42
Octal3032252200303230636102
Binary1100001110010101100100000110001101011000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39590; }

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

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

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

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

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

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

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

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