#CCC7A1

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

Shades of Tahuna Sands #CCC7A1

Tints of Tahuna Sands #CCC7A1

Color information

#CCC7A1 (or 0xCCC7A1) is unknown color: approx Tahuna Sands. HEX triplet: CC, C7 and A1. RGB value is (204,199,161). Sum of RGB (Red+Green+Blue) = 204+199+161=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A1 is #33385E. Grayscale: #C4C4C4. Windows color (decimal): -3356767 or 10602444. OLE color: 10602444.

HSL color Cylindrical-coordinate representation of color #CCC7A1: hue angle of 53.02º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC7A1 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB204199161-
CMYK00.020.210.2
HSL53.02º29.66%71.57%-
HSV(B)53.02º21.08%80%-
XYZ51.7656.2641.85-
YUV196.16108.16133.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=36.17%
G=35.28%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419916100.020.210.253.0229.6671.57
HexCCC7A1021514351e48
Octal3143072410225246536110
Binary1100110011000111101000010101010110100110101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7A1; }

 p { color: rgb(204,199,161); }

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

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

 a { background-color: rgb(204,199,161); }

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

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

 span { border-color: rgb(204,199,161); }

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