#C1867F

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

Shades of Oriental Pink #C1867F

Tints of Oriental Pink #C1867F

Color information

#C1867F (or 0xC1867F) is unknown color: approx Oriental Pink. HEX triplet: C1, 86 and 7F. RGB value is (193,134,127). Sum of RGB (Red+Green+Blue) = 193+134+127=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1867F is #3E7980. Grayscale: #969696. Windows color (decimal): -4094337 or 8357569. OLE color: 8357569.

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

Color convert

RGB193134127-
CMYK00.310.340.24
HSL6.36º34.74%62.75%-
HSV(B)6.36º34.2%75.69%-
XYZ34.3529.9224.04-
YUV150.84114.55158.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 127 (50% from 255) = 27.97%
R=42.51%
G=29.52%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313412700.310.340.246.3634.7462.75
HexC1867F01F22186233f
Octal301206177037423064377
Binary1100000110000110111111101111110001011000110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1867F; }

 p { color: rgb(193,134,127); }

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

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

 a { background-color: rgb(193,134,127); }

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

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

 span { border-color: rgb(193,134,127); }

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