Html Css Color HEX #CCC997 Tahuna Sands

📋 copy color: '#CCC997'

red 204 ◦ green 201 ◦ blue 151

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

Shades of Tahuna Sands #CCC997

Tints of Tahuna Sands #CCC997

RGB

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

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

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

R = 36.69%
G = 36.15%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC997 (or 0xCCC997) is known color: Tahuna Sands. HEX triplet: CC, C9 and 97. RGB value is (204,201,151). Sum of RGB (Red+Green+Blue) = 204+201+151=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC997 is #333668. Grayscale: #C4C4C4. Windows color (decimal): -3356265 or 9947596. OLE color: 9947596.

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

Color convert

RGB 204 201 151 -
CMYK 0 0.01 0.26 0.2
HSL 56.6º 0.34% 0.7% -
HSV(B) 56.6º 0.26% 0.8% -
XYZ 51.37 56.85 37.54 -
YUV 196.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 204 201 151 0 0.01 0.26 0.2 56.6 0.34 0.7
Hex CC C9 97 0 1 1A 14 39 22 46
Octal 314 311 227 0 1 32 24 71 42 106
Binary 11001100 11001001 10010111 0 1 11010 10100 111001 100010 1000110

Color Harmonies of #CCC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC997

Black with #CCC997

Text Example


Text Example

White with #CCC997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC997; }

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

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

background-color css

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

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

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

border-color css

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

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

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