Html Css Color HEX #C5B65C Tacha

📋 copy color: '#C5B65C'

red 197 ◦ green 182 ◦ blue 92

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

Shades of Tacha #C5B65C

Tints of Tacha #C5B65C

RGB

 RED value IS 197 (77.34% from 255) = 41.83%

 GREEN value IS 182 (71.48% from 255) = 38.64%

 BLUE value IS 92 (36.33% from 255) = 19.53%

R = 41.83%
G = 38.64%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5B65C (or 0xC5B65C) is known color: Tacha. HEX triplet: C5, B6 and 5C. RGB value is (197,182,92). Sum of RGB (Red+Green+Blue) = 197+182+92=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B65C is #3A49A3. Grayscale: #B0B0B0. Windows color (decimal): -3819940 or 6076101. OLE color: 6076101.

HSL color Cylindrical-coordinate representation of color #C5B65C: hue angle of 51.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5B65C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 182 92 -
CMYK 0 0.08 0.53 0.23
HSL 51.43º 0.48% 0.57% -
HSV(B) 51.43º 0.53% 0.77% -
XYZ 41.69 46.1 16.83 -
YUV 176.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 197 182 92 0 0.08 0.53 0.23 51.43 0.48 0.57
Hex C5 B6 5C 0 8 35 17 33 30 39
Octal 305 266 134 0 10 65 27 63 60 71
Binary 11000101 10110110 1011100 0 1000 110101 10111 110011 110000 111001

Color Harmonies of #C5B65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B65C

Black with #C5B65C

Text Example


Text Example

White with #C5B65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B65C; }

 p { color: rgb(197,182,92); }

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

background-color css

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

 a { background-color: rgb(197,182,92); }

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

border-color css

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

 span { border-color: rgb(197,182,92); }

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