#CB9B8D

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

Shades of Quicksand #CB9B8D

Tints of Quicksand #CB9B8D

Color information

#CB9B8D (or 0xCB9B8D) is unknown color: approx Quicksand. HEX triplet: CB, 9B and 8D. RGB value is (203,155,141). Sum of RGB (Red+Green+Blue) = 203+155+141=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9B8D is #346472. Grayscale: #A7A7A7. Windows color (decimal): -3433587 or 9280459. OLE color: 9280459.

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

Color convert

RGB203155141-
CMYK00.240.310.20
HSL13.55º37.35%67.45%-
HSV(B)13.55º30.54%79.61%-
XYZ41.1638.0630.38-
YUV167.76112.9153.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=40.68%
G=31.06%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315514100.240.310.2013.5537.3567.45
HexCB9B8D0181F14e2543
Octal31323321503037241645103
Binary110010111001101110001101011000111111010011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B8D; }

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

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

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

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

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

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

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

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