#CBA18D

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

Shades of Quicksand #CBA18D

Tints of Quicksand #CBA18D

Color information

#CBA18D (or 0xCBA18D) is unknown color: approx Quicksand. HEX triplet: CB, A1 and 8D. RGB value is (203,161,141). Sum of RGB (Red+Green+Blue) = 203+161+141=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA18D is #345E72. Grayscale: #ABABAB. Windows color (decimal): -3432051 or 9281995. OLE color: 9281995.

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

Color convert

RGB203161141-
CMYK00.210.310.20
HSL19.35º37.35%67.45%-
HSV(B)19.35º30.54%79.61%-
XYZ42.1840.1130.72-
YUV171.28110.91150.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=40.20%
G=31.88%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316114100.210.310.2019.3537.3567.45
HexCBA18D0151F14132543
Octal31324121502537242345103
Binary1100101110100001100011010101011111110100100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA18D; }

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

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

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

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

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

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

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

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