#CCC395

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

Shades of Tahuna Sands #CCC395

Tints of Tahuna Sands #CCC395

Color information

#CCC395 (or 0xCCC395) is unknown color: approx Tahuna Sands. HEX triplet: CC, C3 and 95. RGB value is (204,195,149). Sum of RGB (Red+Green+Blue) = 204+195+149=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC395 is #333C6A. Grayscale: #C0C0C0. Windows color (decimal): -3357803 or 9814988. OLE color: 9814988.

HSL color Cylindrical-coordinate representation of color #CCC395: hue angle of 50.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC395 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204195149-
CMYK00.040.270.2
HSL50.18º35.03%69.22%-
HSV(B)50.18º26.96%80%-
XYZ49.8454.0436.24-
YUV192.45103.48136.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 195 (76.56% from 255) = 35.58%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=37.23%
G=35.58%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419514900.040.270.250.1835.0369.22
HexCCC395041B14322345
Octal3143032250433246243105
Binary110011001100001110010101010011011101001100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC395; }

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

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

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

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

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

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

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

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