#CFC896

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

Shades of Tahuna Sands #CFC896

Tints of Tahuna Sands #CFC896

Color information

#CFC896 (or 0xCFC896) is unknown color: approx Tahuna Sands. HEX triplet: CF, C8 and 96. RGB value is (207,200,150). Sum of RGB (Red+Green+Blue) = 207+200+150=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC896 is #303769. Grayscale: #C4C4C4. Windows color (decimal): -3159914 or 9881807. OLE color: 9881807.

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

Color convert

RGB207200150-
CMYK00.030.280.19
HSL52.63º37.25%70%-
HSV(B)52.63º27.54%81.18%-
XYZ51.8956.7837.08-
YUV196.39101.82135.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=37.16%
G=35.91%
B=26.93%

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
Decimal20720015000.030.280.1952.6337.2570
HexCFC896031C13352546
Octal3173102260334236545106
Binary11001111110010001001011001111100100111101011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC896; }

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

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

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

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

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

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

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

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