#CB998B

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

Shades of Quicksand #CB998B

Tints of Quicksand #CB998B

Color information

#CB998B (or 0xCB998B) is unknown color: approx Quicksand. HEX triplet: CB, 99 and 8B. RGB value is (203,153,139). Sum of RGB (Red+Green+Blue) = 203+153+139=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB998B is #346674. Grayscale: #A6A6A6. Windows color (decimal): -3434101 or 9148875. OLE color: 9148875.

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

Color convert

RGB203153139-
CMYK00.250.320.20
HSL13.13º38.1%67.06%-
HSV(B)13.13º31.53%79.61%-
XYZ40.6837.3429.49-
YUV166.35112.56154.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=41.01%
G=30.91%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315313900.250.320.2013.1338.167.06
HexCB998B0192014d2643
Octal31323121303140241546103
Binary1100101110011001100010110110011000001010011011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB998B; }

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

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

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

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

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

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

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

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