#CEC394

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

Shades of Tahuna Sands #CEC394

Tints of Tahuna Sands #CEC394

Color information

#CEC394 (or 0xCEC394) is unknown color: approx Tahuna Sands. HEX triplet: CE, C3 and 94. RGB value is (206,195,148). Sum of RGB (Red+Green+Blue) = 206+195+148=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC394 is #313C6B. Grayscale: #C1C1C1. Windows color (decimal): -3226732 or 9749454. OLE color: 9749454.

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

Color convert

RGB206195148-
CMYK00.050.280.19
HSL48.62º37.18%69.41%-
HSV(B)48.62º28.16%80.78%-
XYZ50.3154.2935.84-
YUV192.93102.64137.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=37.52%
G=35.52%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619514800.050.280.1948.6237.1869.41
HexCEC394051C13312545
Octal3163032240534236145105
Binary110011101100001110010100010111100100111100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC394; }

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

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

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

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

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

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

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

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