#CB9690

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

Shades of Oriental Pink #CB9690

Tints of Oriental Pink #CB9690

Color information

#CB9690 (or 0xCB9690) is unknown color: approx Oriental Pink. HEX triplet: CB, 96 and 90. RGB value is (203,150,144). Sum of RGB (Red+Green+Blue) = 203+150+144=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9690 is #34696F. Grayscale: #A5A5A5. Windows color (decimal): -3434864 or 9475787. OLE color: 9475787.

HSL color Cylindrical-coordinate representation of color #CB9690: hue angle of 6.1º 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 #CB9690 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203150144-
CMYK00.260.290.20
HSL6.1º36.2%68.04%-
HSV(B)6.1º29.06%79.61%-
XYZ40.5736.5231.3-
YUV165.16116.06154.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=40.85%
G=30.18%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315014400.260.290.206.136.268.04
HexCB969001A1D1462444
Octal3132262200323524644104
Binary11001011100101101001000001101011101101001101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9690; }

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

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

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

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

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

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

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

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