#CCC998

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

Shades of Tahuna Sands #CCC998

Tints of Tahuna Sands #CCC998

Color information

#CCC998 (or 0xCCC998) is unknown color: approx Tahuna Sands. HEX triplet: CC, C9 and 98. RGB value is (204,201,152). Sum of RGB (Red+Green+Blue) = 204+201+152=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC998 is #333667. Grayscale: #C4C4C4. Windows color (decimal): -3356264 or 10013132. OLE color: 10013132.

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

Color convert

RGB204201152-
CMYK00.010.250.2
HSL56.54º33.77%69.8%-
HSV(B)56.54º25.49%80%-
XYZ51.4656.8837.97-
YUV196.31102.99133.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=36.62%
G=36.09%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420115200.010.250.256.5433.7769.8
HexCCC998011914392246
Octal3143112300131247142106
Binary1100110011001001100110000111001101001110011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC998; }

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

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

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

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

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

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

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

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