#CB958D

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

Shades of Quicksand #CB958D

Tints of Quicksand #CB958D

Color information

#CB958D (or 0xCB958D) is unknown color: approx Quicksand. HEX triplet: CB, 95 and 8D. RGB value is (203,149,141). Sum of RGB (Red+Green+Blue) = 203+149+141=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB958D is #346A72. Grayscale: #A4A4A4. Windows color (decimal): -3435123 or 9278923. OLE color: 9278923.

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

Color convert

RGB203149141-
CMYK00.270.310.20
HSL7.74º37.35%67.45%-
HSV(B)7.74º30.54%79.61%-
XYZ40.1836.1130.05-
YUV164.23114.89155.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=41.18%
G=30.22%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314914100.270.310.207.7437.3567.45
HexCB958D01B1F1482543
Octal31322521503337241045103
Binary110010111001010110001101011011111111010010001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB958D; }

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

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

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

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

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

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

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

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