#CFC69B

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

Shades of Tahuna Sands #CFC69B

Tints of Tahuna Sands #CFC69B

Color information

#CFC69B (or 0xCFC69B) is unknown color: approx Tahuna Sands. HEX triplet: CF, C6 and 9B. RGB value is (207,198,155). Sum of RGB (Red+Green+Blue) = 207+198+155=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC69B is #303964. Grayscale: #C3C3C3. Windows color (decimal): -3160421 or 10208975. OLE color: 10208975.

HSL color Cylindrical-coordinate representation of color #CFC69B: hue angle of 49.62º 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 #CFC69B is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207198155-
CMYK00.040.250.19
HSL49.62º35.14%70.98%-
HSV(B)49.62º25.12%81.18%-
XYZ51.8456.0239.09-
YUV195.79104.98136-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=36.96%
G=35.36%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719815500.040.250.1949.6235.1470.98
HexCFC69B041913322347
Octal3173062330431236243107
Binary110011111100011010011011010011001100111100101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC69B; }

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

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

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

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

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

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

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

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