#CB958F

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

Shades of Oriental Pink #CB958F

Tints of Oriental Pink #CB958F

Color information

#CB958F (or 0xCB958F) is unknown color: approx Oriental Pink. HEX triplet: CB, 95 and 8F. RGB value is (203,149,143). Sum of RGB (Red+Green+Blue) = 203+149+143=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB958F is #346A70. Grayscale: #A4A4A4. Windows color (decimal): -3435121 or 9409995. OLE color: 9409995.

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

Color convert

RGB203149143-
CMYK00.270.300.20
HSL36.59%67.84%-
HSV(B)29.56%79.61%-
XYZ40.3336.1730.84-
YUV164.46115.89155.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=41.01%
G=30.10%
B=28.89%

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
Decimal20314914300.270.300.20636.5967.84
HexCB958F01B1E1462544
Octal3132252170333624645104
Binary11001011100101011000111101101111110101001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB958F; }

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

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

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

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

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

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

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

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