#CB948F

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

Shades of Oriental Pink #CB948F

Tints of Oriental Pink #CB948F

Color information

#CB948F (or 0xCB948F) is unknown color: approx Oriental Pink. HEX triplet: CB, 94 and 8F. RGB value is (203,148,143). Sum of RGB (Red+Green+Blue) = 203+148+143=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB948F is #346B70. Grayscale: #A3A3A3. Windows color (decimal): -3435377 or 9409739. OLE color: 9409739.

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

Color convert

RGB203148143-
CMYK00.270.300.20
HSL36.59%67.84%-
HSV(B)29.56%79.61%-
XYZ40.1835.8630.79-
YUV163.87116.22155.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=41.09%
G=29.96%
B=28.95%

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
Decimal20314814300.270.300.20536.5967.84
HexCB948F01B1E1452544
Octal3132242170333624545104
Binary11001011100101001000111101101111110101001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB948F; }

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

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

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

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

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

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

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

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