#CFC394

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

Shades of Tahuna Sands #CFC394

Tints of Tahuna Sands #CFC394

Color information

#CFC394 (or 0xCFC394) is unknown color: approx Tahuna Sands. HEX triplet: CF, C3 and 94. RGB value is (207,195,148). Sum of RGB (Red+Green+Blue) = 207+195+148=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC394 is #303C6B. Grayscale: #C1C1C1. Windows color (decimal): -3161196 or 9749455. OLE color: 9749455.

HSL color Cylindrical-coordinate representation of color #CFC394: hue angle of 47.8º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFC394 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207195148-
CMYK00.060.290.19
HSL47.8º38.06%69.61%-
HSV(B)47.8º28.5%81.18%-
XYZ50.5954.4335.86-
YUV193.23102.48137.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=37.64%
G=35.45%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719514800.060.290.1947.838.0669.61
HexCFC394061D13302646
Octal3173032240635236046106
Binary110011111100001110010100011011101100111100001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC394; }

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

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

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

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

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

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

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

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