#C2837E

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

Shades of Oriental Pink #C2837E

Tints of Oriental Pink #C2837E

Color information

#C2837E (or 0xC2837E) is unknown color: approx Oriental Pink. HEX triplet: C2, 83 and 7E. RGB value is (194,131,126). Sum of RGB (Red+Green+Blue) = 194+131+126=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2837E is #3D7C81. Grayscale: #959595. Windows color (decimal): -4029570 or 8291266. OLE color: 8291266.

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

Color convert

RGB194131126-
CMYK00.320.350.24
HSL4.41º35.79%62.75%-
HSV(B)4.41º35.05%76.08%-
XYZ34.1329.2123.58-
YUV149.27114.87159.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=43.02%
G=29.05%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413112600.320.350.244.4135.7962.75
HexC2837E02023184243f
Octal302203176040433044477
Binary11000010100000111111110010000010001111000100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2837E; }

 p { color: rgb(194,131,126); }

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

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

 a { background-color: rgb(194,131,126); }

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

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

 span { border-color: rgb(194,131,126); }

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