#CFCE95

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

Shades of Tahuna Sands #CFCE95

Tints of Tahuna Sands #CFCE95

Color information

#CFCE95 (or 0xCFCE95) is unknown color: approx Tahuna Sands. HEX triplet: CF, CE and 95. RGB value is (207,206,149). Sum of RGB (Red+Green+Blue) = 207+206+149=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE95 is #30316A. Grayscale: #C8C8C8. Windows color (decimal): -3158379 or 9817807. OLE color: 9817807.

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

Color convert

RGB207206149-
CMYK00.000.280.19
HSL58.97º37.66%69.8%-
HSV(B)58.97º28.02%81.18%-
XYZ53.2359.5837.13-
YUV199.899.33133.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=36.83%
G=36.65%
B=26.51%

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
Decimal20720614900.000.280.1958.9737.6669.8
HexCFCE95001C133b2646
Octal3173162250034237346106
Binary1100111111001110100101010011100100111110111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE95; }

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

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

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

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

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

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

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

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