#CB978D

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

Shades of Quicksand #CB978D

Tints of Quicksand #CB978D

Color information

#CB978D (or 0xCB978D) is unknown color: approx Quicksand. HEX triplet: CB, 97 and 8D. RGB value is (203,151,141). Sum of RGB (Red+Green+Blue) = 203+151+141=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB978D is #346872. Grayscale: #A5A5A5. Windows color (decimal): -3434611 or 9279435. OLE color: 9279435.

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

Color convert

RGB203151141-
CMYK00.260.310.20
HSL9.68º37.35%67.45%-
HSV(B)9.68º30.54%79.61%-
XYZ40.536.7530.16-
YUV165.41114.23154.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=41.01%
G=30.51%
B=28.48%

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
Decimal20315114100.260.310.209.6837.3567.45
HexCB978D01A1F14a2543
Octal31322721503237241245103
Binary110010111001011110001101011010111111010010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB978D; }

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

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

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

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

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

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

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

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