Html Css Color HEX #CCC699 Tahuna Sands

📋 copy color: '#CCC699'

red 204 ◦ green 198 ◦ blue 153

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

Shades of Tahuna Sands #CCC699

Tints of Tahuna Sands #CCC699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.57%

R = 36.76%
G = 35.68%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCC699 (or 0xCCC699) is known color: Tahuna Sands. HEX triplet: CC, C6 and 99. RGB value is (204,198,153). Sum of RGB (Red+Green+Blue) = 204+198+153=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC699 is #333966. Grayscale: #C2C2C2. Windows color (decimal): -3357031 or 10077900. OLE color: 10077900.

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

Color convert

RGB 204 198 153 -
CMYK 0 0.03 0.25 0.2
HSL 52.94º 0.33% 0.7% -
HSV(B) 52.94º 0.25% 0.8% -
XYZ 50.85 55.53 38.17 -
YUV 194.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 204 198 153 0 0.03 0.25 0.2 52.94 0.33 0.7
Hex CC C6 99 0 3 19 14 35 21 46
Octal 314 306 231 0 3 31 24 65 41 106
Binary 11001100 11000110 10011001 0 11 11001 10100 110101 100001 1000110

Color Harmonies of #CCC699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC699

Black with #CCC699

Text Example


Text Example

White with #CCC699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC699; }

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

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

background-color css

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

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

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

border-color css

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

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

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