#CFC495

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

Shades of Tahuna Sands #CFC495

Tints of Tahuna Sands #CFC495

Color information

#CFC495 (or 0xCFC495) is unknown color: approx Tahuna Sands. HEX triplet: CF, C4 and 95. RGB value is (207,196,149). Sum of RGB (Red+Green+Blue) = 207+196+149=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC495 is #303B6A. Grayscale: #C2C2C2. Windows color (decimal): -3160939 or 9815247. OLE color: 9815247.

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

Color convert

RGB207196149-
CMYK00.050.280.19
HSL48.62º37.66%69.8%-
HSV(B)48.62º28.02%81.18%-
XYZ50.954.9236.35-
YUV193.93102.64137.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=37.5%
G=35.51%
B=26.99%

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
Decimal20719614900.050.280.1948.6237.6669.8
HexCFC495051C13312646
Octal3173042250534236146106
Binary110011111100010010010101010111100100111100011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC495; }

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

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

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

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

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

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

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

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