Html Css Color HEX #CCC160 Tacha

📋 copy color: '#CCC160'

red 204 ◦ green 193 ◦ blue 96

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

Shades of Tacha #CCC160

Tints of Tacha #CCC160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 96 (37.89% from 255) = 19.47%

R = 41.38%
G = 39.15%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCC160 (or 0xCCC160) is known color: Tacha. HEX triplet: CC, C1 and 60. RGB value is (204,193,96). Sum of RGB (Red+Green+Blue) = 204+193+96=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC160 is #333E9F. Grayscale: #B9B9B9. Windows color (decimal): -3358368 or 6341068. OLE color: 6341068.

HSL color Cylindrical-coordinate representation of color #CCC160: hue angle of 53.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCC160 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 96 -
CMYK 0 0.05 0.53 0.2
HSL 53.89º 0.51% 0.59% -
HSV(B) 53.89º 0.53% 0.8% -
XYZ 46.08 51.82 18.64 -
YUV 185.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 204 193 96 0 0.05 0.53 0.2 53.89 0.51 0.59
Hex CC C1 60 0 5 35 14 36 33 3B
Octal 314 301 140 0 5 65 24 66 63 73
Binary 11001100 11000001 1100000 0 101 110101 10100 110110 110011 111011

Color Harmonies of #CCC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC160

Black with #CCC160

Text Example


Text Example

White with #CCC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC160; }

 p { color: rgb(204,193,96); }

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

background-color css

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

 a { background-color: rgb(204,193,96); }

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

border-color css

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

 span { border-color: rgb(204,193,96); }

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