#CCC794

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

Shades of Tahuna Sands #CCC794

Tints of Tahuna Sands #CCC794

Color information

#CCC794 (or 0xCCC794) is unknown color: approx Tahuna Sands. HEX triplet: CC, C7 and 94. RGB value is (204,199,148). Sum of RGB (Red+Green+Blue) = 204+199+148=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC794 is #33386B. Grayscale: #C2C2C2. Windows color (decimal): -3356780 or 9750476. OLE color: 9750476.

HSL color Cylindrical-coordinate representation of color #CCC794: hue angle of 54.64º 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 #CCC794 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204199148-
CMYK00.020.270.2
HSL54.64º35.44%69.02%-
HSV(B)54.64º27.45%80%-
XYZ50.6755.8236.12-
YUV194.68101.66134.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 199 (78.12% from 255) = 36.12%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=37.02%
G=36.12%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419914800.020.270.254.6435.4469.02
HexCCC794021B14372345
Octal3143072240233246743105
Binary11001100110001111001010001011011101001101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC794; }

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

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

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

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

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

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

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

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