#CCC298

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

Shades of Tahuna Sands #CCC298

Tints of Tahuna Sands #CCC298

Color information

#CCC298 (or 0xCCC298) is unknown color: approx Tahuna Sands. HEX triplet: CC, C2 and 98. RGB value is (204,194,152). Sum of RGB (Red+Green+Blue) = 204+194+152=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC298 is #333D67. Grayscale: #C0C0C0. Windows color (decimal): -3358056 or 10011340. OLE color: 10011340.

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

Color convert

RGB204194152-
CMYK00.050.250.2
HSL48.46º33.77%69.8%-
HSV(B)48.46º25.49%80%-
XYZ49.8653.6937.44-
YUV192.2105.31136.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=37.09%
G=35.27%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419415200.050.250.248.4633.7769.8
HexCCC298051914302246
Octal3143022300531246042106
Binary110011001100001010011000010111001101001100001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC298; }

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

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

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

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

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

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

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

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