#CFC59B

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

Shades of Tahuna Sands #CFC59B

Tints of Tahuna Sands #CFC59B

Color information

#CFC59B (or 0xCFC59B) is unknown color: approx Tahuna Sands. HEX triplet: CF, C5 and 9B. RGB value is (207,197,155). Sum of RGB (Red+Green+Blue) = 207+197+155=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC59B is #303A64. Grayscale: #C3C3C3. Windows color (decimal): -3160677 or 10208719. OLE color: 10208719.

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

Color convert

RGB207197155-
CMYK00.050.250.19
HSL48.46º35.14%70.98%-
HSV(B)48.46º25.12%81.18%-
XYZ51.6155.5639.01-
YUV195.2105.31136.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=37.03%
G=35.24%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719715500.050.250.1948.4635.1470.98
HexCFC59B051913302347
Octal3173052330531236043107
Binary110011111100010110011011010111001100111100001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC59B; }

 p { color: rgb(207,197,155); }

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

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

 a { background-color: rgb(207,197,155); }

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

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

 span { border-color: rgb(207,197,155); }

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