#CD968A

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

Shades of Quicksand #CD968A

Tints of Quicksand #CD968A

Color information

#CD968A (or 0xCD968A) is unknown color: approx Quicksand. HEX triplet: CD, 96 and 8A. RGB value is (205,150,138). Sum of RGB (Red+Green+Blue) = 205+150+138=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD968A is #326975. Grayscale: #A5A5A5. Windows color (decimal): -3303798 or 9082573. OLE color: 9082573.

HSL color Cylindrical-coordinate representation of color #CD968A: hue angle of 10.75º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD968A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB205150138-
CMYK00.270.330.20
HSL10.75º40.12%67.25%-
HSV(B)10.75º32.68%80.39%-
XYZ40.6736.6328.97-
YUV165.08112.72156.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=41.58%
G=30.43%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515013800.270.330.2010.7540.1267.25
HexCD968A01B2114b2843
Octal31522621203341241350103
Binary1100110110010110100010100110111000011010010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD968A; }

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

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

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

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

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

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

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

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