#CB978F

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

Shades of Quicksand #CB978F

Tints of Quicksand #CB978F

Color information

#CB978F (or 0xCB978F) is unknown color: approx Quicksand. HEX triplet: CB, 97 and 8F. RGB value is (203,151,143). Sum of RGB (Red+Green+Blue) = 203+151+143=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB978F is #346870. Grayscale: #A5A5A5. Windows color (decimal): -3434609 or 9410507. OLE color: 9410507.

HSL color Cylindrical-coordinate representation of color #CB978F: hue angle of 8º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB978F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203151143-
CMYK00.260.300.20
HSL36.59%67.84%-
HSV(B)29.56%79.61%-
XYZ40.6536.8130.95-
YUV165.64115.23154.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=40.85%
G=30.38%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315114300.260.300.20836.5967.84
HexCB978F01A1E1482544
Octal31322721703236241045104
Binary110010111001011110001111011010111101010010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB978F; }

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

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

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

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

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

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

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

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