#CF968A

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

Shades of Quicksand #CF968A

Tints of Quicksand #CF968A

Color information

#CF968A (or 0xCF968A) is unknown color: approx Quicksand. HEX triplet: CF, 96 and 8A. RGB value is (207,150,138). Sum of RGB (Red+Green+Blue) = 207+150+138=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF968A is #306975. Grayscale: #A5A5A5. Windows color (decimal): -3172726 or 9082575. OLE color: 9082575.

HSL color Cylindrical-coordinate representation of color #CF968A: hue angle of 10.43º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF968A is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207150138-
CMYK00.280.330.19
HSL10.43º41.82%67.65%-
HSV(B)10.43º33.33%81.18%-
XYZ41.2336.9129-
YUV165.68112.38157.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=41.82%
G=30.30%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715013800.280.330.1910.4341.8267.65
HexCF968A01C2113a2a44
Octal31722621203441231252104
Binary1100111110010110100010100111001000011001110101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF968A; }

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

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

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

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

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

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

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

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