#C3867F

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

Shades of Oriental Pink #C3867F

Tints of Oriental Pink #C3867F

Color information

#C3867F (or 0xC3867F) is unknown color: approx Oriental Pink. HEX triplet: C3, 86 and 7F. RGB value is (195,134,127). Sum of RGB (Red+Green+Blue) = 195+134+127=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3867F is #3C7980. Grayscale: #979797. Windows color (decimal): -3963265 or 8357571. OLE color: 8357571.

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

Color convert

RGB195134127-
CMYK00.310.350.24
HSL6.18º36.17%63.14%-
HSV(B)6.18º34.87%76.47%-
XYZ34.8630.1824.07-
YUV151.44114.21159.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 127 (50% from 255) = 27.85%
R=42.76%
G=29.39%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513412700.310.350.246.1836.1763.14
HexC3867F01F23186243f
Octal303206177037433064477
Binary1100001110000110111111101111110001111000110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3867F; }

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

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

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

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

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

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

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

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