#CFC496

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

Shades of Tahuna Sands #CFC496

Tints of Tahuna Sands #CFC496

Color information

#CFC496 (or 0xCFC496) is unknown color: approx Tahuna Sands. HEX triplet: CF, C4 and 96. RGB value is (207,196,150). Sum of RGB (Red+Green+Blue) = 207+196+150=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC496 is #303B69. Grayscale: #C2C2C2. Windows color (decimal): -3160938 or 9880783. OLE color: 9880783.

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

Color convert

RGB207196150-
CMYK00.050.280.19
HSL48.42º37.25%70%-
HSV(B)48.42º27.54%81.18%-
XYZ50.9854.9536.77-
YUV194.04103.14137.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=37.43%
G=35.44%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719615000.050.280.1948.4237.2570
HexCFC496051C13302546
Octal3173042260534236045106
Binary110011111100010010010110010111100100111100001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC496; }

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

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

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

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

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

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

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

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