#CB9391

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

Shades of Oriental Pink #CB9391

Tints of Oriental Pink #CB9391

Color information

#CB9391 (or 0xCB9391) is unknown color: approx Oriental Pink. HEX triplet: CB, 93 and 91. RGB value is (203,147,145). Sum of RGB (Red+Green+Blue) = 203+147+145=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9391 is #346C6E. Grayscale: #A3A3A3. Windows color (decimal): -3435631 or 9540555. OLE color: 9540555.

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

Color convert

RGB203147145-
CMYK00.280.290.20
HSL2.07º35.8%68.24%-
HSV(B)2.07º28.57%79.61%-
XYZ40.1735.6131.54-
YUV163.52117.55156.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=41.01%
G=29.70%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314714500.280.290.202.0735.868.24
HexCB939101C1D1422444
Octal3132232210343524244104
Binary1100101110010011100100010111001110110100101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9391; }

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

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

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

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

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

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

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

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