Html Css Color HEX #CCC794 Tahuna Sands

📋 copy color: '#CCC794'

red 204 ◦ green 199 ◦ blue 148

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

Shades of Tahuna Sands #CCC794

Tints of Tahuna Sands #CCC794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

 BLUE value IS 148 (58.2% from 255) = 26.86%

R = 37.02%
G = 36.12%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCC794 (or 0xCCC794) is known color: Tahuna Sands. HEX triplet: CC, C7 and 94. RGB value is (204,199,148). Sum of RGB (Red+Green+Blue) = 204+199+148=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC794 is #33386B. Grayscale: #C2C2C2. Windows color (decimal): -3356780 or 9750476. OLE color: 9750476.

HSL color Cylindrical-coordinate representation of color #CCC794: hue angle of 54.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC794 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 148 -
CMYK 0 0.02 0.27 0.2
HSL 54.64º 0.35% 0.69% -
HSV(B) 54.64º 0.27% 0.8% -
XYZ 50.67 55.82 36.12 -
YUV 194.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 204 199 148 0 0.02 0.27 0.2 54.64 0.35 0.69
Hex CC C7 94 0 2 1B 14 37 23 45
Octal 314 307 224 0 2 33 24 67 43 105
Binary 11001100 11000111 10010100 0 10 11011 10100 110111 100011 1000101

Color Harmonies of #CCC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC794

Black with #CCC794

Text Example


Text Example

White with #CCC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC794; }

 p { color: rgb(204,199,148); }

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

background-color css

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

 a { background-color: rgb(204,199,148); }

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

border-color css

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

 span { border-color: rgb(204,199,148); }

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