#CB9183

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

Shades of Oriental Pink #CB9183

Tints of Oriental Pink #CB9183

Color information

#CB9183 (or 0xCB9183) is unknown color: approx Oriental Pink. HEX triplet: CB, 91 and 83. RGB value is (203,145,131). Sum of RGB (Red+Green+Blue) = 203+145+131=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9183 is #346E7C. Grayscale: #A0A0A0. Windows color (decimal): -3436157 or 8622539. OLE color: 8622539.

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

Color convert

RGB203145131-
CMYK00.290.350.20
HSL11.67º40.91%65.49%-
HSV(B)11.67º35.47%79.61%-
XYZ38.8534.5926.1-
YUV160.75111.22158.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=42.38%
G=30.27%
B=27.35%

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
Decimal20314513100.290.350.2011.6740.9165.49
HexCB918301D2314c2941
Octal31322120303543241451101
Binary1100101110010001100000110111011000111010011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9183; }

 p { color: rgb(203,145,131); }

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

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

 a { background-color: rgb(203,145,131); }

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

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

 span { border-color: rgb(203,145,131); }

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