#CFC396

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

Shades of Tahuna Sands #CFC396

Tints of Tahuna Sands #CFC396

Color information

#CFC396 (or 0xCFC396) is unknown color: approx Tahuna Sands. HEX triplet: CF, C3 and 96. RGB value is (207,195,150). Sum of RGB (Red+Green+Blue) = 207+195+150=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC396 is #303C69. Grayscale: #C1C1C1. Windows color (decimal): -3161194 or 9880527. OLE color: 9880527.

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

Color convert

RGB207195150-
CMYK00.060.280.19
HSL47.37º37.25%70%-
HSV(B)47.37º27.54%81.18%-
XYZ50.7554.536.7-
YUV193.46103.48137.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=37.5%
G=35.33%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719515000.060.280.1947.3737.2570
HexCFC396061C132f2546
Octal3173032260634235745106
Binary110011111100001110010110011011100100111011111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC396; }

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

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

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

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

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

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

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

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