#CCC39A

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

Shades of Tahuna Sands #CCC39A

Tints of Tahuna Sands #CCC39A

Color information

#CCC39A (or 0xCCC39A) is unknown color: approx Tahuna Sands. HEX triplet: CC, C3 and 9A. RGB value is (204,195,154). Sum of RGB (Red+Green+Blue) = 204+195+154=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC39A is #333C65. Grayscale: #C1C1C1. Windows color (decimal): -3357798 or 10142668. OLE color: 10142668.

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

Color convert

RGB204195154-
CMYK00.040.250.2
HSL49.2º32.89%70.2%-
HSV(B)49.2º24.51%80%-
XYZ50.2554.238.39-
YUV193.02105.98135.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=36.89%
G=35.26%
B=27.85%

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
Decimal20419515400.040.250.249.232.8970.2
HexCCC39A041914312146
Octal3143032320431246141106
Binary110011001100001110011010010011001101001100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC39A; }

 p { color: rgb(204,195,154); }

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

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

 a { background-color: rgb(204,195,154); }

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

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

 span { border-color: rgb(204,195,154); }

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