Html Css Color HEX #CCC697 Tahuna Sands

📋 copy color: '#CCC697'

red 204 ◦ green 198 ◦ blue 151

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

Shades of Tahuna Sands #CCC697

Tints of Tahuna Sands #CCC697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.31%

R = 36.89%
G = 35.8%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC697 (or 0xCCC697) is known color: Tahuna Sands. HEX triplet: CC, C6 and 97. RGB value is (204,198,151). Sum of RGB (Red+Green+Blue) = 204+198+151=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC697 is #333968. Grayscale: #C2C2C2. Windows color (decimal): -3357033 or 9946828. OLE color: 9946828.

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

Color convert

RGB 204 198 151 -
CMYK 0 0.03 0.26 0.2
HSL 53.21º 0.34% 0.7% -
HSV(B) 53.21º 0.26% 0.8% -
XYZ 50.68 55.46 37.31 -
YUV 194.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 204 198 151 0 0.03 0.26 0.2 53.21 0.34 0.7
Hex CC C6 97 0 3 1A 14 35 22 46
Octal 314 306 227 0 3 32 24 65 42 106
Binary 11001100 11000110 10010111 0 11 11010 10100 110101 100010 1000110

Color Harmonies of #CCC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC697

Black with #CCC697

Text Example


Text Example

White with #CCC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC697; }

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

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

background-color css

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

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

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

border-color css

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

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

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