#CB9D8F

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

Shades of Quicksand #CB9D8F

Tints of Quicksand #CB9D8F

Color information

#CB9D8F (or 0xCB9D8F) is unknown color: approx Quicksand. HEX triplet: CB, 9D and 8F. RGB value is (203,157,143). Sum of RGB (Red+Green+Blue) = 203+157+143=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D8F is #346270. Grayscale: #A9A9A9. Windows color (decimal): -3433073 or 9412043. OLE color: 9412043.

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

Color convert

RGB203157143-
CMYK00.230.300.20
HSL14º36.59%67.84%-
HSV(B)14º29.56%79.61%-
XYZ41.6438.7931.28-
YUV169.16113.24152.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=40.36%
G=31.21%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315714300.230.300.201436.5967.84
HexCB9D8F0171E14e2544
Octal31323521702736241645104
Binary110010111001110110001111010111111101010011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D8F; }

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

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

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

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

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

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

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

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