Html Css Color HEX #CCC064 Tacha

📋 copy color: '#CCC064'

red 204 ◦ green 192 ◦ blue 100

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

Shades of Tacha #CCC064

Tints of Tacha #CCC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

 BLUE value IS 100 (39.45% from 255) = 20.16%

R = 41.13%
G = 38.71%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCC064 (or 0xCCC064) is known color: Tacha. HEX triplet: CC, C0 and 64. RGB value is (204,192,100). Sum of RGB (Red+Green+Blue) = 204+192+100=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC064 is #333F9B. Grayscale: #B9B9B9. Windows color (decimal): -3358620 or 6602956. OLE color: 6602956.

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

Color convert

RGB 204 192 100 -
CMYK 0 0.06 0.51 0.2
HSL 53.08º 0.5% 0.6% -
HSV(B) 53.08º 0.51% 0.8% -
XYZ 46.05 51.46 19.56 -
YUV 185.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 204 192 100 0 0.06 0.51 0.2 53.08 0.5 0.6
Hex CC C0 64 0 6 33 14 35 32 3C
Octal 314 300 144 0 6 63 24 65 62 74
Binary 11001100 11000000 1100100 0 110 110011 10100 110101 110010 111100

Color Harmonies of #CCC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC064

Black with #CCC064

Text Example


Text Example

White with #CCC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC064; }

 p { color: rgb(204,192,100); }

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

background-color css

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

 a { background-color: rgb(204,192,100); }

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

border-color css

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

 span { border-color: rgb(204,192,100); }

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