Html Css Color HEX #CCC7A0 Tahuna Sands

📋 copy color: '#CCC7A0'

red 204 ◦ green 199 ◦ blue 160

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

Shades of Tahuna Sands #CCC7A0

Tints of Tahuna Sands #CCC7A0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.35%

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

R = 36.23%
G = 35.35%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCC7A0 (or 0xCCC7A0) is known color: Tahuna Sands. HEX triplet: CC, C7 and A0. RGB value is (204,199,160). Sum of RGB (Red+Green+Blue) = 204+199+160=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A0 is #33385F. Grayscale: #C4C4C4. Windows color (decimal): -3356768 or 10536908. OLE color: 10536908.

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

Color convert

RGB 204 199 160 -
CMYK 0 0.02 0.22 0.2
HSL 53.18º 0.3% 0.71% -
HSV(B) 53.18º 0.22% 0.8% -
XYZ 51.67 56.22 41.39 -
YUV 196.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 204 199 160 0 0.02 0.22 0.2 53.18 0.3 0.71
Hex CC C7 A0 0 2 16 14 35 1E 47
Octal 314 307 240 0 2 26 24 65 36 107
Binary 11001100 11000111 10100000 0 10 10110 10100 110101 11110 1000111

Color Harmonies of #CCC7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7A0

Black with #CCC7A0

Text Example


Text Example

White with #CCC7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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