#CB948E

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

Shades of Oriental Pink #CB948E

Tints of Oriental Pink #CB948E

Color information

#CB948E (or 0xCB948E) is unknown color: approx Oriental Pink. HEX triplet: CB, 94 and 8E. RGB value is (203,148,142). Sum of RGB (Red+Green+Blue) = 203+148+142=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB948E is #346B71. Grayscale: #A3A3A3. Windows color (decimal): -3435378 or 9344203. OLE color: 9344203.

HSL color Cylindrical-coordinate representation of color #CB948E: hue angle of 5.9º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB948E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203148142-
CMYK00.270.300.20
HSL5.9º36.97%67.65%-
HSV(B)5.9º30.05%79.61%-
XYZ40.135.8330.39-
YUV163.76115.72155.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=41.18%
G=30.02%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314814200.270.300.205.936.9767.65
HexCB948E01B1E1462544
Octal3132242160333624645104
Binary11001011100101001000111001101111110101001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB948E; }

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

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

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

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

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

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

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

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