#CB9084

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

Shades of Oriental Pink #CB9084

Tints of Oriental Pink #CB9084

Color information

#CB9084 (or 0xCB9084) is unknown color: approx Oriental Pink. HEX triplet: CB, 90 and 84. RGB value is (203,144,132). Sum of RGB (Red+Green+Blue) = 203+144+132=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9084 is #346F7B. Grayscale: #A0A0A0. Windows color (decimal): -3436412 or 8687819. OLE color: 8687819.

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

Color convert

RGB203144132-
CMYK00.290.350.20
HSL10.14º40.57%65.69%-
HSV(B)10.14º34.98%79.61%-
XYZ38.7734.3126.41-
YUV160.27112.05158.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=42.38%
G=30.06%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314413200.290.350.2010.1440.5765.69
HexCB908401D2314a2942
Octal31322020403543241251102
Binary1100101110010000100001000111011000111010010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9084; }

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

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

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

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

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

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

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

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