Html Css Color HEX #CCC69D Tahuna Sands

📋 copy color: '#CCC69D'

red 204 ◦ green 198 ◦ blue 157

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

Shades of Tahuna Sands #CCC69D

Tints of Tahuna Sands #CCC69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 36.49%
G = 35.42%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCC69D (or 0xCCC69D) is known color: Tahuna Sands. HEX triplet: CC, C6 and 9D. RGB value is (204,198,157). Sum of RGB (Red+Green+Blue) = 204+198+157=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC69D is #333962. Grayscale: #C3C3C3. Windows color (decimal): -3357027 or 10340044. OLE color: 10340044.

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

Color convert

RGB 204 198 157 -
CMYK 0 0.03 0.23 0.2
HSL 52.34º 0.32% 0.71% -
HSV(B) 52.34º 0.23% 0.8% -
XYZ 51.18 55.66 39.94 -
YUV 195.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 204 198 157 0 0.03 0.23 0.2 52.34 0.32 0.71
Hex CC C6 9D 0 3 17 14 34 20 47
Octal 314 306 235 0 3 27 24 64 40 107
Binary 11001100 11000110 10011101 0 11 10111 10100 110100 100000 1000111

Color Harmonies of #CCC69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC69D

Black with #CCC69D

Text Example


Text Example

White with #CCC69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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