#CD968B

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

Shades of Quicksand #CD968B

Tints of Quicksand #CD968B

Color information

#CD968B (or 0xCD968B) is unknown color: approx Quicksand. HEX triplet: CD, 96 and 8B. RGB value is (205,150,139). Sum of RGB (Red+Green+Blue) = 205+150+139=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD968B is #326974. Grayscale: #A5A5A5. Windows color (decimal): -3303797 or 9148109. OLE color: 9148109.

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

Color convert

RGB205150139-
CMYK00.270.320.20
HSL10º39.76%67.45%-
HSV(B)10º32.2%80.39%-
XYZ40.7436.6629.35-
YUV165.19113.22156.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=41.50%
G=30.36%
B=28.14%

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
Decimal20515013900.270.320.201039.7667.45
HexCD968B01B2014a2843
Octal31522621303340241250103
Binary1100110110010110100010110110111000001010010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD968B; }

 p { color: rgb(205,150,139); }

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

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

 a { background-color: rgb(205,150,139); }

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

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

 span { border-color: rgb(205,150,139); }

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