Html Css Color HEX #CCC6A0 Tahuna Sands

📋 copy color: '#CCC6A0'

red 204 ◦ green 198 ◦ blue 160

#CCC6A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #CCC6A0

Tints of Tahuna Sands #CCC6A0

RGB

 RED value IS 204 (80.08% from 255) = 36.3%

 GREEN value IS 198 (77.73% from 255) = 35.23%

 BLUE value IS 160 (62.89% from 255) = 28.47%

R = 36.3%
G = 35.23%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCC6A0 (or 0xCCC6A0) is known color: Tahuna Sands. HEX triplet: CC, C6 and A0. RGB value is (204,198,160). Sum of RGB (Red+Green+Blue) = 204+198+160=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6A0 is #33395F. Grayscale: #C3C3C3. Windows color (decimal): -3357024 or 10536652. OLE color: 10536652.

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

Color convert

RGB 204 198 160 -
CMYK 0 0.03 0.22 0.2
HSL 51.82º 0.3% 0.71% -
HSV(B) 51.82º 0.22% 0.8% -
XYZ 51.44 55.76 41.31 -
YUV 195.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 204 198 160 0 0.03 0.22 0.2 51.82 0.3 0.71
Hex CC C6 A0 0 3 16 14 34 1E 47
Octal 314 306 240 0 3 26 24 64 36 107
Binary 11001100 11000110 10100000 0 11 10110 10100 110100 11110 1000111

Color Harmonies of #CCC6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6A0

Black with #CCC6A0

Text Example


Text Example

White with #CCC6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6A0; }

 p { color: rgb(204,198,160); }

 H1.HeaderClassName
 {
   color: #CCC6A0;
 }
 .AnyTagClassName
 {
   color: #CCC6A0;
 }
</style>

background-color css

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

 a { background-color: rgb(204,198,160); }

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

border-color css

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

 span { border-color: rgb(204,198,160); }

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