#CB958E

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

Shades of Oriental Pink #CB958E

Tints of Oriental Pink #CB958E

Color information

#CB958E (or 0xCB958E) is unknown color: approx Oriental Pink. HEX triplet: CB, 95 and 8E. RGB value is (203,149,142). Sum of RGB (Red+Green+Blue) = 203+149+142=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB958E is #346A71. Grayscale: #A4A4A4. Windows color (decimal): -3435122 or 9344459. OLE color: 9344459.

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

Color convert

RGB203149142-
CMYK00.270.300.20
HSL6.89º36.97%67.65%-
HSV(B)6.89º30.05%79.61%-
XYZ40.2636.1430.45-
YUV164.35115.39155.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=41.09%
G=30.16%
B=28.74%

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
Decimal20314914200.270.300.206.8936.9767.65
HexCB958E01B1E1472544
Octal3132252160333624745104
Binary11001011100101011000111001101111110101001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB958E; }

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

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

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

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

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

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

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

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