Html Css Color HEX #CCC49D Tahuna Sands

📋 copy color: '#CCC49D'

red 204 ◦ green 196 ◦ blue 157

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

Shades of Tahuna Sands #CCC49D

Tints of Tahuna Sands #CCC49D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.19%

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

R = 36.62%
G = 35.19%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCC49D (or 0xCCC49D) is known color: Tahuna Sands. HEX triplet: CC, C4 and 9D. RGB value is (204,196,157). Sum of RGB (Red+Green+Blue) = 204+196+157=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC49D is #333B62. Grayscale: #C2C2C2. Windows color (decimal): -3357539 or 10339532. OLE color: 10339532.

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

Color convert

RGB 204 196 157 -
CMYK 0 0.04 0.23 0.2
HSL 49.79º 0.32% 0.71% -
HSV(B) 49.79º 0.23% 0.8% -
XYZ 50.73 54.75 39.79 -
YUV 193.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 204 196 157 0 0.04 0.23 0.2 49.79 0.32 0.71
Hex CC C4 9D 0 4 17 14 32 20 47
Octal 314 304 235 0 4 27 24 62 40 107
Binary 11001100 11000100 10011101 0 100 10111 10100 110010 100000 1000111

Color Harmonies of #CCC49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC49D

Black with #CCC49D

Text Example


Text Example

White with #CCC49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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