#CB958B

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

Shades of Quicksand #CB958B

Tints of Quicksand #CB958B

Color information

#CB958B (or 0xCB958B) is unknown color: approx Quicksand. HEX triplet: CB, 95 and 8B. RGB value is (203,149,139). Sum of RGB (Red+Green+Blue) = 203+149+139=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB958B is #346A74. Grayscale: #A4A4A4. Windows color (decimal): -3435125 or 9147851. OLE color: 9147851.

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

Color convert

RGB203149139-
CMYK00.270.320.20
HSL9.38º38.1%67.06%-
HSV(B)9.38º31.53%79.61%-
XYZ40.0436.0629.28-
YUV164.01113.89155.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=41.34%
G=30.35%
B=28.31%

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
Decimal20314913900.270.320.209.3838.167.06
HexCB958B01B201492643
Octal31322521303340241146103
Binary1100101110010101100010110110111000001010010011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB958B; }

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

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

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

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

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

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

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

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