#CCC498

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

Shades of Tahuna Sands #CCC498

Tints of Tahuna Sands #CCC498

Color information

#CCC498 (or 0xCCC498) is unknown color: approx Tahuna Sands. HEX triplet: CC, C4 and 98. RGB value is (204,196,152). Sum of RGB (Red+Green+Blue) = 204+196+152=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC498 is #333B67. Grayscale: #C1C1C1. Windows color (decimal): -3357544 or 10011852. OLE color: 10011852.

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

Color convert

RGB204196152-
CMYK00.040.250.2
HSL50.77º33.77%69.8%-
HSV(B)50.77º25.49%80%-
XYZ50.3154.5837.59-
YUV193.38104.65135.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=36.96%
G=35.51%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419615200.040.250.250.7733.7769.8
HexCCC498041914332246
Octal3143042300431246342106
Binary110011001100010010011000010011001101001100111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC498; }

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

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

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

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

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

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

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

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