#CCC698

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

Shades of Tahuna Sands #CCC698

Tints of Tahuna Sands #CCC698

Color information

#CCC698 (or 0xCCC698) is unknown color: approx Tahuna Sands. HEX triplet: CC, C6 and 98. RGB value is (204,198,152). Sum of RGB (Red+Green+Blue) = 204+198+152=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC698 is #333967. Grayscale: #C2C2C2. Windows color (decimal): -3357032 or 10012364. OLE color: 10012364.

HSL color Cylindrical-coordinate representation of color #CCC698: hue angle of 53.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCC698 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204198152-
CMYK00.030.250.2
HSL53.08º33.77%69.8%-
HSV(B)53.08º25.49%80%-
XYZ50.7655.4937.74-
YUV194.55103.99134.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 152 (59.77% from 255) = 27.44%
R=36.82%
G=35.74%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419815200.030.250.253.0833.7769.8
HexCCC698031914352246
Octal3143062300331246542106
Binary11001100110001101001100001111001101001101011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC698; }

 p { color: rgb(204,198,152); }

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

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

 a { background-color: rgb(204,198,152); }

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

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

 span { border-color: rgb(204,198,152); }

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