Html Css Color HEX #CCC295 Tahuna Sands

📋 copy color: '#CCC295'

red 204 ◦ green 194 ◦ blue 149

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

Shades of Tahuna Sands #CCC295

Tints of Tahuna Sands #CCC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 37.29%
G = 35.47%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCC295 (or 0xCCC295) is known color: Tahuna Sands. HEX triplet: CC, C2 and 95. RGB value is (204,194,149). Sum of RGB (Red+Green+Blue) = 204+194+149=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC295 is #333D6A. Grayscale: #C0C0C0. Windows color (decimal): -3358059 or 9814732. OLE color: 9814732.

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

Color convert

RGB 204 194 149 -
CMYK 0 0.05 0.27 0.2
HSL 49.09º 0.35% 0.69% -
HSV(B) 49.09º 0.27% 0.8% -
XYZ 49.62 53.59 36.16 -
YUV 191.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 204 194 149 0 0.05 0.27 0.2 49.09 0.35 0.69
Hex CC C2 95 0 5 1B 14 31 23 45
Octal 314 302 225 0 5 33 24 61 43 105
Binary 11001100 11000010 10010101 0 101 11011 10100 110001 100011 1000101

Color Harmonies of #CCC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC295

Black with #CCC295

Text Example


Text Example

White with #CCC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC295; }

 p { color: rgb(204,194,149); }

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

background-color css

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

 a { background-color: rgb(204,194,149); }

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

border-color css

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

 span { border-color: rgb(204,194,149); }

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