#CB958A

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

Shades of Quicksand #CB958A

Tints of Quicksand #CB958A

Color information

#CB958A (or 0xCB958A) is unknown color: approx Quicksand. HEX triplet: CB, 95 and 8A. RGB value is (203,149,138). Sum of RGB (Red+Green+Blue) = 203+149+138=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB958A is #346A75. Grayscale: #A3A3A3. Windows color (decimal): -3435126 or 9082315. OLE color: 9082315.

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

Color convert

RGB203149138-
CMYK00.270.320.20
HSL10.15º38.46%66.86%-
HSV(B)10.15º32.02%79.61%-
XYZ39.9636.0328.89-
YUV163.89113.39155.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=41.43%
G=30.41%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314913800.270.320.2010.1538.4666.86
HexCB958A01B2014a2643
Octal31322521203340241246103
Binary1100101110010101100010100110111000001010010101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB958A; }

 p { color: rgb(203,149,138); }

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

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

 a { background-color: rgb(203,149,138); }

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

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

 span { border-color: rgb(203,149,138); }

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