Html Css Color HEX #CCC694 Tahuna Sands

📋 copy color: '#CCC694'

red 204 ◦ green 198 ◦ blue 148

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

Shades of Tahuna Sands #CCC694

Tints of Tahuna Sands #CCC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36%

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

R = 37.09%
G = 36%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCC694 (or 0xCCC694) is known color: Tahuna Sands. HEX triplet: CC, C6 and 94. RGB value is (204,198,148). Sum of RGB (Red+Green+Blue) = 204+198+148=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC694 is #33396B. Grayscale: #C2C2C2. Windows color (decimal): -3357036 or 9750220. OLE color: 9750220.

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

Color convert

RGB 204 198 148 -
CMYK 0 0.03 0.27 0.2
HSL 53.57º 0.35% 0.69% -
HSV(B) 53.57º 0.27% 0.8% -
XYZ 50.44 55.36 36.04 -
YUV 194.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 204 198 148 0 0.03 0.27 0.2 53.57 0.35 0.69
Hex CC C6 94 0 3 1B 14 36 23 45
Octal 314 306 224 0 3 33 24 66 43 105
Binary 11001100 11000110 10010100 0 11 11011 10100 110110 100011 1000101

Color Harmonies of #CCC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC694

Black with #CCC694

Text Example


Text Example

White with #CCC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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