#CB8F8C

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

Shades of Oriental Pink #CB8F8C

Tints of Oriental Pink #CB8F8C

Color information

#CB8F8C (or 0xCB8F8C) is unknown color: approx Oriental Pink. HEX triplet: CB, 8F and 8C. RGB value is (203,143,140). Sum of RGB (Red+Green+Blue) = 203+143+140=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8F8C is #347073. Grayscale: #A0A0A0. Windows color (decimal): -3436660 or 9211851. OLE color: 9211851.

HSL color Cylindrical-coordinate representation of color #CB8F8C: hue angle of 2.86º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8F8C is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203143140-
CMYK00.300.310.20
HSL2.86º37.72%67.25%-
HSV(B)2.86º31.03%79.61%-
XYZ39.1834.2329.35-
YUV160.6116.38158.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=41.77%
G=29.42%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314314000.300.310.202.8637.7267.25
HexCB8F8C01E1F1432643
Octal3132172140363724346103
Binary1100101110001111100011000111101111110100111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F8C; }

 p { color: rgb(203,143,140); }

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

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

 a { background-color: rgb(203,143,140); }

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

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

 span { border-color: rgb(203,143,140); }

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