Html Css Color HEX #CCC261 Tacha

📋 copy color: '#CCC261'

red 204 ◦ green 194 ◦ blue 97

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

Shades of Tacha #CCC261

Tints of Tacha #CCC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.19%

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

R = 41.21%
G = 39.19%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCC261 (or 0xCCC261) is known color: Tacha. HEX triplet: CC, C2 and 61. RGB value is (204,194,97). Sum of RGB (Red+Green+Blue) = 204+194+97=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC261 is #333D9E. Grayscale: #BABABA. Windows color (decimal): -3358111 or 6406860. OLE color: 6406860.

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

Color convert

RGB 204 194 97 -
CMYK 0 0.05 0.52 0.2
HSL 54.39º 0.51% 0.59% -
HSV(B) 54.39º 0.52% 0.8% -
XYZ 46.35 52.28 18.96 -
YUV 185.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 204 194 97 0 0.05 0.52 0.2 54.39 0.51 0.59
Hex CC C2 61 0 5 34 14 36 33 3B
Octal 314 302 141 0 5 64 24 66 63 73
Binary 11001100 11000010 1100001 0 101 110100 10100 110110 110011 111011

Color Harmonies of #CCC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC261

Black with #CCC261

Text Example


Text Example

White with #CCC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC261; }

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

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

background-color css

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

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

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

border-color css

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

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

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