Html Css Color HEX #CCC99D Tahuna Sands

📋 copy color: '#CCC99D'

red 204 ◦ green 201 ◦ blue 157

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

Shades of Tahuna Sands #CCC99D

Tints of Tahuna Sands #CCC99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.77%

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

R = 36.3%
G = 35.77%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCC99D (or 0xCCC99D) is known color: Tahuna Sands. HEX triplet: CC, C9 and 9D. RGB value is (204,201,157). Sum of RGB (Red+Green+Blue) = 204+201+157=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC99D is #333662. Grayscale: #C5C5C5. Windows color (decimal): -3356259 or 10340812. OLE color: 10340812.

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

Color convert

RGB 204 201 157 -
CMYK 0 0.01 0.23 0.2
HSL 56.17º 0.32% 0.71% -
HSV(B) 56.17º 0.23% 0.8% -
XYZ 51.87 57.04 40.18 -
YUV 196.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 204 201 157 0 0.01 0.23 0.2 56.17 0.32 0.71
Hex CC C9 9D 0 1 17 14 38 20 47
Octal 314 311 235 0 1 27 24 70 40 107
Binary 11001100 11001001 10011101 0 1 10111 10100 111000 100000 1000111

Color Harmonies of #CCC99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC99D

Black with #CCC99D

Text Example


Text Example

White with #CCC99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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