#CB948B

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

Shades of Oriental Pink #CB948B

Tints of Oriental Pink #CB948B

Color information

#CB948B (or 0xCB948B) is unknown color: approx Oriental Pink. HEX triplet: CB, 94 and 8B. RGB value is (203,148,139). Sum of RGB (Red+Green+Blue) = 203+148+139=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB948B is #346B74. Grayscale: #A3A3A3. Windows color (decimal): -3435381 or 9147595. OLE color: 9147595.

HSL color Cylindrical-coordinate representation of color #CB948B: hue angle of 8.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB948B is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB203148139-
CMYK00.270.320.20
HSL8.44º38.1%67.06%-
HSV(B)8.44º31.53%79.61%-
XYZ39.8835.7429.22-
YUV163.42114.22156.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=41.43%
G=30.20%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314813900.270.320.208.4438.167.06
HexCB948B01B201482643
Octal31322421303340241046103
Binary1100101110010100100010110110111000001010010001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB948B; }

 p { color: rgb(203,148,139); }

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

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

 a { background-color: rgb(203,148,139); }

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

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

 span { border-color: rgb(203,148,139); }

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