#CFC895

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

Shades of Tahuna Sands #CFC895

Tints of Tahuna Sands #CFC895

Color information

#CFC895 (or 0xCFC895) is unknown color: approx Tahuna Sands. HEX triplet: CF, C8 and 95. RGB value is (207,200,149). Sum of RGB (Red+Green+Blue) = 207+200+149=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC895 is #30376A. Grayscale: #C4C4C4. Windows color (decimal): -3159915 or 9816271. OLE color: 9816271.

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

Color convert

RGB207200149-
CMYK00.030.280.19
HSL52.76º37.66%69.8%-
HSV(B)52.76º28.02%81.18%-
XYZ51.8156.7436.66-
YUV196.28101.32135.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=37.23%
G=35.97%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720014900.030.280.1952.7637.6669.8
HexCFC895031C13352646
Octal3173102250334236546106
Binary11001111110010001001010101111100100111101011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC895; }

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

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

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

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

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

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

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

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