#CB9087

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

Shades of Oriental Pink #CB9087

Tints of Oriental Pink #CB9087

Color information

#CB9087 (or 0xCB9087) is unknown color: approx Oriental Pink. HEX triplet: CB, 90 and 87. RGB value is (203,144,135). Sum of RGB (Red+Green+Blue) = 203+144+135=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9087 is #346F78. Grayscale: #A0A0A0. Windows color (decimal): -3436409 or 8884427. OLE color: 8884427.

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

Color convert

RGB203144135-
CMYK00.290.330.20
HSL7.94º39.53%66.27%-
HSV(B)7.94º33.5%79.61%-
XYZ38.9834.3927.51-
YUV160.62113.55158.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=42.12%
G=29.88%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314413500.290.330.207.9439.5366.27
HexCB908701D211482842
Octal31322020703541241050102
Binary1100101110010000100001110111011000011010010001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9087; }

 p { color: rgb(203,144,135); }

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

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

 a { background-color: rgb(203,144,135); }

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

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

 span { border-color: rgb(203,144,135); }

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