#CB9082

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

Shades of Oriental Pink #CB9082

Tints of Oriental Pink #CB9082

Color information

#CB9082 (or 0xCB9082) is unknown color: approx Oriental Pink. HEX triplet: CB, 90 and 82. RGB value is (203,144,130). Sum of RGB (Red+Green+Blue) = 203+144+130=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9082 is #346F7D. Grayscale: #A0A0A0. Windows color (decimal): -3436414 or 8556747. OLE color: 8556747.

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

Color convert

RGB203144130-
CMYK00.290.360.20
HSL11.51º41.24%65.29%-
HSV(B)11.51º35.96%79.61%-
XYZ38.6334.2525.69-
YUV160.04111.05158.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=42.56%
G=30.19%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314413000.290.360.2011.5141.2465.29
HexCB908201D2414c2941
Octal31322020203544241451101
Binary1100101110010000100000100111011001001010011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9082; }

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

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

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

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

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

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

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

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