Html Css Color HEX #CCC361 Tacha

📋 copy color: '#CCC361'

red 204 ◦ green 195 ◦ blue 97

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

Shades of Tacha #CCC361

Tints of Tacha #CCC361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.31%

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

R = 41.13%
G = 39.31%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCC361 (or 0xCCC361) is known color: Tacha. HEX triplet: CC, C3 and 61. RGB value is (204,195,97). Sum of RGB (Red+Green+Blue) = 204+195+97=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC361 is #333C9E. Grayscale: #BABABA. Windows color (decimal): -3357855 or 6407116. OLE color: 6407116.

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

Color convert

RGB 204 195 97 -
CMYK 0 0.04 0.52 0.2
HSL 54.95º 0.51% 0.59% -
HSV(B) 54.95º 0.52% 0.8% -
XYZ 46.57 52.73 19.03 -
YUV 186.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 204 195 97 0 0.04 0.52 0.2 54.95 0.51 0.59
Hex CC C3 61 0 4 34 14 37 33 3B
Octal 314 303 141 0 4 64 24 67 63 73
Binary 11001100 11000011 1100001 0 100 110100 10100 110111 110011 111011

Color Harmonies of #CCC361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC361

Black with #CCC361

Text Example


Text Example

White with #CCC361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC361; }

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

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

background-color css

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

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

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

border-color css

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

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

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