#CCC294

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

Shades of Tahuna Sands #CCC294

Tints of Tahuna Sands #CCC294

Color information

#CCC294 (or 0xCCC294) is unknown color: approx Tahuna Sands. HEX triplet: CC, C2 and 94. RGB value is (204,194,148). Sum of RGB (Red+Green+Blue) = 204+194+148=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC294 is #333D6B. Grayscale: #BFBFBF. Windows color (decimal): -3358060 or 9749196. OLE color: 9749196.

HSL color Cylindrical-coordinate representation of color #CCC294: hue angle of 49.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC294 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204194148-
CMYK00.050.270.2
HSL49.29º35.44%69.02%-
HSV(B)49.29º27.45%80%-
XYZ49.5453.5635.74-
YUV191.75103.31136.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=37.36%
G=35.53%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419414800.050.270.249.2935.4469.02
HexCCC294051B14312345
Octal3143022240533246143105
Binary110011001100001010010100010111011101001100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC294; }

 p { color: rgb(204,194,148); }

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

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

 a { background-color: rgb(204,194,148); }

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

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

 span { border-color: rgb(204,194,148); }

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