Html Css Color HEX #CCC461 Tacha

📋 copy color: '#CCC461'

red 204 ◦ green 196 ◦ blue 97

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

Shades of Tacha #CCC461

Tints of Tacha #CCC461

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.44%

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

R = 41.05%
G = 39.44%
B = 19.52%

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

#CCC461 (or 0xCCC461) is known color: Tacha. HEX triplet: CC, C4 and 61. RGB value is (204,196,97). Sum of RGB (Red+Green+Blue) = 204+196+97=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC461 is #333B9E. Grayscale: #BBBBBB. Windows color (decimal): -3357599 or 6407372. OLE color: 6407372.

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

Color convert

RGB 204 196 97 -
CMYK 0 0.04 0.52 0.2
HSL 55.51º 0.51% 0.59% -
HSV(B) 55.51º 0.52% 0.8% -
XYZ 46.8 53.18 19.11 -
YUV 187.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 204 196 97 0 0.04 0.52 0.2 55.51 0.51 0.59
Hex CC C4 61 0 4 34 14 38 33 3B
Octal 314 304 141 0 4 64 24 70 63 73
Binary 11001100 11000100 1100001 0 100 110100 10100 111000 110011 111011

Color Harmonies of #CCC461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC461

Black with #CCC461

Text Example


Text Example

White with #CCC461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC461; }

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

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

background-color css

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

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

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

border-color css

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

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

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