Html Css Color HEX #CCC497 Tahuna Sands

📋 copy color: '#CCC497'

red 204 ◦ green 196 ◦ blue 151

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

Shades of Tahuna Sands #CCC497

Tints of Tahuna Sands #CCC497

RGB

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

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

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

R = 37.02%
G = 35.57%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC497 (or 0xCCC497) is known color: Tahuna Sands. HEX triplet: CC, C4 and 97. RGB value is (204,196,151). Sum of RGB (Red+Green+Blue) = 204+196+151=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC497 is #333B68. Grayscale: #C1C1C1. Windows color (decimal): -3357545 or 9946316. OLE color: 9946316.

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

Color convert

RGB 204 196 151 -
CMYK 0 0.04 0.26 0.2
HSL 50.94º 0.34% 0.7% -
HSV(B) 50.94º 0.26% 0.8% -
XYZ 50.23 54.55 37.16 -
YUV 193.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 204 196 151 0 0.04 0.26 0.2 50.94 0.34 0.7
Hex CC C4 97 0 4 1A 14 33 22 46
Octal 314 304 227 0 4 32 24 63 42 106
Binary 11001100 11000100 10010111 0 100 11010 10100 110011 100010 1000110

Color Harmonies of #CCC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC497

Black with #CCC497

Text Example


Text Example

White with #CCC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC497; }

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

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

background-color css

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

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

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

border-color css

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

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

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