#CFC494

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

Shades of Tahuna Sands #CFC494

Tints of Tahuna Sands #CFC494

Color information

#CFC494 (or 0xCFC494) is unknown color: approx Tahuna Sands. HEX triplet: CF, C4 and 94. RGB value is (207,196,148). Sum of RGB (Red+Green+Blue) = 207+196+148=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC494 is #303B6B. Grayscale: #C2C2C2. Windows color (decimal): -3160940 or 9749711. OLE color: 9749711.

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

Color convert

RGB207196148-
CMYK00.050.290.19
HSL48.81º38.06%69.61%-
HSV(B)48.81º28.5%81.18%-
XYZ50.8254.8835.93-
YUV193.82102.14137.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=37.57%
G=35.57%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719614800.050.290.1948.8138.0669.61
HexCFC494051D13312646
Octal3173042240535236146106
Binary110011111100010010010100010111101100111100011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC494; }

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

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

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

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

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

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

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

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