#C3928A

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

Shades of Oriental Pink #C3928A

Tints of Oriental Pink #C3928A

Color information

#C3928A (or 0xC3928A) is unknown color: approx Oriental Pink. HEX triplet: C3, 92 and 8A. RGB value is (195,146,138). Sum of RGB (Red+Green+Blue) = 195+146+138=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3928A is #3C6D75. Grayscale: #9F9F9F. Windows color (decimal): -3960182 or 9081539. OLE color: 9081539.

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

Color convert

RGB195146138-
CMYK00.250.290.24
HSL8.42º32.2%65.29%-
HSV(B)8.42º29.23%76.47%-
XYZ37.3733.9928.64-
YUV159.74115.73153.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=40.71%
G=30.48%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514613800.250.290.248.4232.265.29
HexC3928A0191D1882041
Octal30322221203135301040101
Binary110000111001001010001010011001111011100010001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3928A; }

 p { color: rgb(195,146,138); }

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

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

 a { background-color: rgb(195,146,138); }

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

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

 span { border-color: rgb(195,146,138); }

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