#CB9982

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

Shades of Quicksand #CB9982

Tints of Quicksand #CB9982

Color information

#CB9982 (or 0xCB9982) is unknown color: approx Quicksand. HEX triplet: CB, 99 and 82. RGB value is (203,153,130). Sum of RGB (Red+Green+Blue) = 203+153+130=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9982 is #34667D. Grayscale: #A5A5A5. Windows color (decimal): -3434110 or 8559051. OLE color: 8559051.

HSL color Cylindrical-coordinate representation of color #CB9982: hue angle of 18.9º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB9982 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203153130-
CMYK00.250.360.20
HSL18.9º41.24%65.29%-
HSV(B)18.9º35.96%79.61%-
XYZ40.0537.0926.17-
YUV165.33108.06154.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=41.77%
G=31.48%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315313000.250.360.2018.941.2465.29
HexCB99820192414132941
Octal31323120203144242351101
Binary11001011100110011000001001100110010010100100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9982; }

 p { color: rgb(203,153,130); }

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

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

 a { background-color: rgb(203,153,130); }

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

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

 span { border-color: rgb(203,153,130); }

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