#CB9289

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

Shades of Oriental Pink #CB9289

Tints of Oriental Pink #CB9289

Color information

#CB9289 (or 0xCB9289) is unknown color: approx Oriental Pink. HEX triplet: CB, 92 and 89. RGB value is (203,146,137). Sum of RGB (Red+Green+Blue) = 203+146+137=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9289 is #346D76. Grayscale: #A2A2A2. Windows color (decimal): -3435895 or 9016011. OLE color: 9016011.

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

Color convert

RGB203146137-
CMYK00.280.330.20
HSL8.18º38.82%66.67%-
HSV(B)8.18º32.51%79.61%-
XYZ39.4235.0628.36-
YUV162.02113.88157.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=41.77%
G=30.04%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314613700.280.330.208.1838.8266.67
HexCB928901C211482743
Octal31322221103441241047103
Binary1100101110010010100010010111001000011010010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9289; }

 p { color: rgb(203,146,137); }

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

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

 a { background-color: rgb(203,146,137); }

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

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

 span { border-color: rgb(203,146,137); }

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