#C2877E

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

Shades of Oriental Pink #C2877E

Tints of Oriental Pink #C2877E

Color information

#C2877E (or 0xC2877E) is unknown color: approx Oriental Pink. HEX triplet: C2, 87 and 7E. RGB value is (194,135,126). Sum of RGB (Red+Green+Blue) = 194+135+126=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2877E is #3D7881. Grayscale: #979797. Windows color (decimal): -4028546 or 8292290. OLE color: 8292290.

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

Color convert

RGB194135126-
CMYK00.300.350.24
HSL7.94º35.79%62.75%-
HSV(B)7.94º35.05%76.08%-
XYZ34.6830.323.76-
YUV151.61113.55158.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=42.64%
G=29.67%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413512600.300.350.247.9435.7962.75
HexC2877E01E23188243f
Octal3022071760364330104477
Binary11000010100001111111110011110100011110001000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2877E; }

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

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

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

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

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

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

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

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