#C39490

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

Shades of Oriental Pink #C39490

Tints of Oriental Pink #C39490

Color information

#C39490 (or 0xC39490) is unknown color: approx Oriental Pink. HEX triplet: C3, 94 and 90. RGB value is (195,148,144). Sum of RGB (Red+Green+Blue) = 195+148+144=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C39490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39490 is #3C6B6F. Grayscale: #A1A1A1. Windows color (decimal): -3959664 or 9475267. OLE color: 9475267.

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

Color convert

RGB195148144-
CMYK00.240.260.24
HSL4.71º29.82%66.47%-
HSV(B)4.71º26.15%76.47%-
XYZ38.1334.831.09-
YUV161.6118.07151.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=40.04%
G=30.39%
B=29.57%

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
Decimal19514814400.240.260.244.7129.8266.47
HexC394900181A1851e42
Octal3032242200303230536102
Binary1100001110010100100100000110001101011000101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39490; }

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

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

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

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

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

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

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

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