#C28684

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

Shades of Oriental Pink #C28684

Tints of Oriental Pink #C28684

Color information

#C28684 (or 0xC28684) is unknown color: approx Oriental Pink. HEX triplet: C2, 86 and 84. RGB value is (194,134,132). Sum of RGB (Red+Green+Blue) = 194+134+132=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28684 is #3D797B. Grayscale: #979797. Windows color (decimal): -4028796 or 8685250. OLE color: 8685250.

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

Color convert

RGB194134132-
CMYK00.310.320.24
HSL1.94º33.7%63.92%-
HSV(B)1.94º31.96%76.08%-
XYZ34.9430.1925.81-
YUV151.71116.88158.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=42.17%
G=29.13%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413413200.310.320.241.9433.763.92
HexC2868401F201822240
Octal3022062040374030242100
Binary11000010100001101000010001111110000011000101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28684; }

 p { color: rgb(194,134,132); }

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

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

 a { background-color: rgb(194,134,132); }

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

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

 span { border-color: rgb(194,134,132); }

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