#CEC194

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

Shades of Tahuna Sands #CEC194

Tints of Tahuna Sands #CEC194

Color information

#CEC194 (or 0xCEC194) is unknown color: approx Tahuna Sands. HEX triplet: CE, C1 and 94. RGB value is (206,193,148). Sum of RGB (Red+Green+Blue) = 206+193+148=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC194 is #313E6B. Grayscale: #BFBFBF. Windows color (decimal): -3227244 or 9748942. OLE color: 9748942.

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

Color convert

RGB206193148-
CMYK00.060.280.19
HSL46.55º37.18%69.41%-
HSV(B)46.55º28.16%80.78%-
XYZ49.8753.435.7-
YUV191.76103.31138.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=37.66%
G=35.28%
B=27.06%

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
Decimal20619314800.060.280.1946.5537.1869.41
HexCEC194061C132f2545
Octal3163012240634235745105
Binary110011101100000110010100011011100100111011111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC194; }

 p { color: rgb(206,193,148); }

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

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

 a { background-color: rgb(206,193,148); }

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

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

 span { border-color: rgb(206,193,148); }

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