#CFCE96

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

Shades of Tahuna Sands #CFCE96

Tints of Tahuna Sands #CFCE96

Color information

#CFCE96 (or 0xCFCE96) is unknown color: approx Tahuna Sands. HEX triplet: CF, CE and 96. RGB value is (207,206,150). Sum of RGB (Red+Green+Blue) = 207+206+150=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE96 is #303169. Grayscale: #C8C8C8. Windows color (decimal): -3158378 or 9883343. OLE color: 9883343.

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

Color convert

RGB207206150-
CMYK00.000.280.19
HSL58.95º37.25%70%-
HSV(B)58.95º27.54%81.18%-
XYZ53.3159.6137.55-
YUV199.9299.83133.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=36.77%
G=36.59%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720615000.000.280.1958.9537.2570
HexCFCE96001C133b2546
Octal3173162260034237345106
Binary1100111111001110100101100011100100111110111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE96; }

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

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

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

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

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

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

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

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