#CB8E8C

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

Shades of Oriental Pink #CB8E8C

Tints of Oriental Pink #CB8E8C

Color information

#CB8E8C (or 0xCB8E8C) is unknown color: approx Oriental Pink. HEX triplet: CB, 8E and 8C. RGB value is (203,142,140). Sum of RGB (Red+Green+Blue) = 203+142+140=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8E8C is #347173. Grayscale: #A0A0A0. Windows color (decimal): -3436916 or 9211595. OLE color: 9211595.

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

Color convert

RGB203142140-
CMYK00.300.310.20
HSL1.9º37.72%67.25%-
HSV(B)1.9º31.03%79.61%-
XYZ39.0433.9429.3-
YUV160.01116.71158.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=41.86%
G=29.28%
B=28.87%

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
Decimal20314214000.300.310.201.937.7267.25
HexCB8E8C01E1F1422643
Octal3132162140363724246103
Binary1100101110001110100011000111101111110100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E8C; }

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

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

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

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

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

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

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

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