Html Css Color HEX #CCC8A1 Tahuna Sands

📋 copy color: '#CCC8A1'

red 204 ◦ green 200 ◦ blue 161

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

Shades of Tahuna Sands #CCC8A1

Tints of Tahuna Sands #CCC8A1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.4%

 BLUE value IS 161 (63.28% from 255) = 28.5%

R = 36.11%
G = 35.4%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CCC8A1 (or 0xCCC8A1) is known color: Tahuna Sands. HEX triplet: CC, C8 and A1. RGB value is (204,200,161). Sum of RGB (Red+Green+Blue) = 204+200+161=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8A1 is #33375E. Grayscale: #C4C4C4. Windows color (decimal): -3356511 or 10602700. OLE color: 10602700.

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

Color convert

RGB 204 200 161 -
CMYK 0 0.02 0.21 0.2
HSL 54.42º 0.3% 0.72% -
HSV(B) 54.42º 0.21% 0.8% -
XYZ 51.99 56.72 41.93 -
YUV 196.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 204 200 161 0 0.02 0.21 0.2 54.42 0.3 0.72
Hex CC C8 A1 0 2 15 14 36 1E 48
Octal 314 310 241 0 2 25 24 66 36 110
Binary 11001100 11001000 10100001 0 10 10101 10100 110110 11110 1001000

Color Harmonies of #CCC8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8A1

Black with #CCC8A1

Text Example


Text Example

White with #CCC8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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