#C3938D

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

Shades of Oriental Pink #C3938D

Tints of Oriental Pink #C3938D

Color information

#C3938D (or 0xC3938D) is unknown color: approx Oriental Pink. HEX triplet: C3, 93 and 8D. RGB value is (195,147,141). Sum of RGB (Red+Green+Blue) = 195+147+141=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938D is #3C6C72. Grayscale: #A0A0A0. Windows color (decimal): -3959923 or 9278403. OLE color: 9278403.

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

Color convert

RGB195147141-
CMYK00.250.280.24
HSL6.67º31.03%65.88%-
HSV(B)6.67º27.69%76.47%-
XYZ37.7534.3929.85-
YUV160.67116.9152.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=40.37%
G=30.43%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514714100.250.280.246.6731.0365.88
HexC3938D0191C1871f42
Octal3032232150313430737102
Binary1100001110010011100011010110011110011000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3938D; }

 p { color: rgb(195,147,141); }

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

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

 a { background-color: rgb(195,147,141); }

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

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

 span { border-color: rgb(195,147,141); }

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