#C7867B

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

Shades of Oriental Pink #C7867B

Tints of Oriental Pink #C7867B

Color information

#C7867B (or 0xC7867B) is unknown color: approx Oriental Pink. HEX triplet: C7, 86 and 7B. RGB value is (199,134,123). Sum of RGB (Red+Green+Blue) = 199+134+123=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7867B is #387984. Grayscale: #989898. Windows color (decimal): -3701125 or 8095431. OLE color: 8095431.

HSL color Cylindrical-coordinate representation of color #C7867B: hue angle of 8.68º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7867B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199134123-
CMYK00.330.380.22
HSL8.68º40.43%63.14%-
HSV(B)8.68º38.19%78.04%-
XYZ35.6530.6222.77-
YUV152.18111.53161.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=43.64%
G=29.39%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913412300.330.380.228.6840.4363.14
HexC7867B02126169283f
Octal3072061730414626115077
Binary110001111000011011110110100001100110101101001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7867B; }

 p { color: rgb(199,134,123); }

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

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

 a { background-color: rgb(199,134,123); }

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

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

 span { border-color: rgb(199,134,123); }

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