#CB8D86

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

Shades of Oriental Pink #CB8D86

Tints of Oriental Pink #CB8D86

Color information

#CB8D86 (or 0xCB8D86) is unknown color: approx Oriental Pink. HEX triplet: CB, 8D and 86. RGB value is (203,141,134). Sum of RGB (Red+Green+Blue) = 203+141+134=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D86 is #347279. Grayscale: #9E9E9E. Windows color (decimal): -3437178 or 8818123. OLE color: 8818123.

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

Color convert

RGB203141134-
CMYK00.310.340.20
HSL6.09º39.88%66.08%-
HSV(B)6.09º33.99%79.61%-
XYZ38.4633.4726.99-
YUV158.74114.04159.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=42.47%
G=29.50%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314113400.310.340.206.0939.8866.08
HexCB8D8601F221462842
Octal3132152060374224650102
Binary110010111000110110000110011111100010101001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D86; }

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

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

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

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

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

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

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

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