#CB8685

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

Shades of Oriental Pink #CB8685

Tints of Oriental Pink #CB8685

Color information

#CB8685 (or 0xCB8685) is unknown color: approx Oriental Pink. HEX triplet: CB, 86 and 85. RGB value is (203,134,133). Sum of RGB (Red+Green+Blue) = 203+134+133=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8685 is #34797A. Grayscale: #9A9A9A. Windows color (decimal): -3438971 or 8750795. OLE color: 8750795.

HSL color Cylindrical-coordinate representation of color #CB8685: hue angle of 0.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8685 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB203134133-
CMYK00.340.340.20
HSL0.86º40.23%65.88%-
HSV(B)0.86º34.48%79.61%-
XYZ37.3931.4426.29-
YUV154.52115.86162.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=43.19%
G=28.51%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313413300.340.340.200.8640.2365.88
HexCB8685022221412842
Octal3132062050424224150102
Binary11001011100001101000010101000101000101010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8685; }

 p { color: rgb(203,134,133); }

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

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

 a { background-color: rgb(203,134,133); }

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

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

 span { border-color: rgb(203,134,133); }

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