Html Css Color HEX #CCC060 Tacha

📋 copy color: '#CCC060'

red 204 ◦ green 192 ◦ blue 96

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

Shades of Tacha #CCC060

Tints of Tacha #CCC060

RGB

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

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

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

R = 41.46%
G = 39.02%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCC060 (or 0xCCC060) is known color: Tacha. HEX triplet: CC, C0 and 60. RGB value is (204,192,96). Sum of RGB (Red+Green+Blue) = 204+192+96=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC060 is #333F9F. Grayscale: #B9B9B9. Windows color (decimal): -3358624 or 6340812. OLE color: 6340812.

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

Color convert

RGB 204 192 96 -
CMYK 0 0.06 0.53 0.2
HSL 53.33º 0.51% 0.59% -
HSV(B) 53.33º 0.53% 0.8% -
XYZ 45.86 51.38 18.57 -
YUV 184.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 204 192 96 0 0.06 0.53 0.2 53.33 0.51 0.59
Hex CC C0 60 0 6 35 14 35 33 3B
Octal 314 300 140 0 6 65 24 65 63 73
Binary 11001100 11000000 1100000 0 110 110101 10100 110101 110011 111011

Color Harmonies of #CCC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC060

Black with #CCC060

Text Example


Text Example

White with #CCC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC060; }

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

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

background-color css

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

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

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

border-color css

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

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

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