#C39083

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

Shades of Oriental Pink #C39083

Tints of Oriental Pink #C39083

Color information

#C39083 (or 0xC39083) is unknown color: approx Oriental Pink. HEX triplet: C3, 90 and 83. RGB value is (195,144,131). Sum of RGB (Red+Green+Blue) = 195+144+131=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C39083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39083 is #3C6F7C. Grayscale: #9D9D9D. Windows color (decimal): -3960701 or 8622275. OLE color: 8622275.

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

Color convert

RGB195144131-
CMYK00.260.330.24
HSL12.19º34.78%63.92%-
HSV(B)12.19º32.82%76.47%-
XYZ36.5833.1925.95-
YUV157.77112.9154.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=41.49%
G=30.64%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514413100.260.330.2412.1934.7863.92
HexC3908301A2118c2340
Octal30322020303241301443100
Binary1100001110010000100000110110101000011100011001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39083; }

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

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

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

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

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

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

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

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