Html Css Color HEX #CCC597 Tahuna Sands

📋 copy color: '#CCC597'

red 204 ◦ green 197 ◦ blue 151

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

Shades of Tahuna Sands #CCC597

Tints of Tahuna Sands #CCC597

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.69%

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

R = 36.96%
G = 35.69%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC597 (or 0xCCC597) is known color: Tahuna Sands. HEX triplet: CC, C5 and 97. RGB value is (204,197,151). Sum of RGB (Red+Green+Blue) = 204+197+151=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC597 is #333A68. Grayscale: #C2C2C2. Windows color (decimal): -3357289 or 9946572. OLE color: 9946572.

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

Color convert

RGB 204 197 151 -
CMYK 0 0.03 0.26 0.2
HSL 52.08º 0.34% 0.7% -
HSV(B) 52.08º 0.26% 0.8% -
XYZ 50.45 55 37.24 -
YUV 193.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 204 197 151 0 0.03 0.26 0.2 52.08 0.34 0.7
Hex CC C5 97 0 3 1A 14 34 22 46
Octal 314 305 227 0 3 32 24 64 42 106
Binary 11001100 11000101 10010111 0 11 11010 10100 110100 100010 1000110

Color Harmonies of #CCC597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC597

Black with #CCC597

Text Example


Text Example

White with #CCC597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC597; }

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

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

background-color css

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

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

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

border-color css

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

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

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