#CB968D

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

Shades of Quicksand #CB968D

Tints of Quicksand #CB968D

Color information

#CB968D (or 0xCB968D) is unknown color: approx Quicksand. HEX triplet: CB, 96 and 8D. RGB value is (203,150,141). Sum of RGB (Red+Green+Blue) = 203+150+141=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB968D is #346972. Grayscale: #A4A4A4. Windows color (decimal): -3434867 or 9279179. OLE color: 9279179.

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

Color convert

RGB203150141-
CMYK00.260.310.20
HSL8.71º37.35%67.45%-
HSV(B)8.71º30.54%79.61%-
XYZ40.3436.4330.11-
YUV164.82114.56155.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=41.09%
G=30.36%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315014100.260.310.208.7137.3567.45
HexCB968D01A1F1492543
Octal31322621503237241145103
Binary110010111001011010001101011010111111010010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB968D; }

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

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

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

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

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

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

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

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