#C2938A

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

Shades of Oriental Pink #C2938A

Tints of Oriental Pink #C2938A

Color information

#C2938A (or 0xC2938A) is unknown color: approx Oriental Pink. HEX triplet: C2, 93 and 8A. RGB value is (194,147,138). Sum of RGB (Red+Green+Blue) = 194+147+138=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2938A is #3D6C75. Grayscale: #A0A0A0. Windows color (decimal): -4025462 or 9081794. OLE color: 9081794.

HSL color Cylindrical-coordinate representation of color #C2938A: hue angle of 9.64º degrees, saturation: 0.31, 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 #C2938A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194147138-
CMYK00.240.290.24
HSL9.64º31.46%65.1%-
HSV(B)9.64º28.87%76.08%-
XYZ37.2734.1728.68-
YUV160.03115.57152.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=40.50%
G=30.69%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414713800.240.290.249.6431.4665.1
HexC2938A0181D18a1f41
Octal30222321203035301237101
Binary11000010100100111000101001100011101110001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2938A; }

 p { color: rgb(194,147,138); }

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

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

 a { background-color: rgb(194,147,138); }

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

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

 span { border-color: rgb(194,147,138); }

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