Html Css Color HEX #CCC561 Tacha

📋 copy color: '#CCC561'

red 204 ◦ green 197 ◦ blue 97

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

Shades of Tacha #CCC561

Tints of Tacha #CCC561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.56%

 BLUE value IS 97 (38.28% from 255) = 19.48%

R = 40.96%
G = 39.56%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCC561 (or 0xCCC561) is known color: Tacha. HEX triplet: CC, C5 and 61. RGB value is (204,197,97). Sum of RGB (Red+Green+Blue) = 204+197+97=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC561 is #333A9E. Grayscale: #BCBCBC. Windows color (decimal): -3357343 or 6407628. OLE color: 6407628.

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

Color convert

RGB 204 197 97 -
CMYK 0 0.03 0.52 0.2
HSL 56.07º 0.51% 0.59% -
HSV(B) 56.07º 0.52% 0.8% -
XYZ 47.03 53.63 19.18 -
YUV 187.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 204 197 97 0 0.03 0.52 0.2 56.07 0.51 0.59
Hex CC C5 61 0 3 34 14 38 33 3B
Octal 314 305 141 0 3 64 24 70 63 73
Binary 11001100 11000101 1100001 0 11 110100 10100 111000 110011 111011

Color Harmonies of #CCC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC561

Black with #CCC561

Text Example


Text Example

White with #CCC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC561; }

 p { color: rgb(204,197,97); }

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

background-color css

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

 a { background-color: rgb(204,197,97); }

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

border-color css

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

 span { border-color: rgb(204,197,97); }

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