Html Css Color HEX #C6BD57 Tacha

📋 copy color: '#C6BD57'

red 198 ◦ green 189 ◦ blue 87

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

Shades of Tacha #C6BD57

Tints of Tacha #C6BD57

RGB

 RED value IS 198 (77.73% from 255) = 41.77%

 GREEN value IS 189 (74.22% from 255) = 39.87%

 BLUE value IS 87 (34.38% from 255) = 18.35%

R = 41.77%
G = 39.87%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C6BD57 (or 0xC6BD57) is known color: Tacha. HEX triplet: C6, BD and 57. RGB value is (198,189,87). Sum of RGB (Red+Green+Blue) = 198+189+87=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD57 is #3942A8. Grayscale: #B4B4B4. Windows color (decimal): -3752617 or 5750214. OLE color: 5750214.

HSL color Cylindrical-coordinate representation of color #C6BD57: hue angle of 55.14º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6BD57 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 189 87 -
CMYK 0 0.05 0.56 0.22
HSL 55.14º 0.49% 0.56% -
HSV(B) 55.14º 0.56% 0.78% -
XYZ 43.21 49.09 16.21 -
YUV 180.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 198 189 87 0 0.05 0.56 0.22 55.14 0.49 0.56
Hex C6 BD 57 0 5 38 16 37 31 38
Octal 306 275 127 0 5 70 26 67 61 70
Binary 11000110 10111101 1010111 0 101 111000 10110 110111 110001 111000

Color Harmonies of #C6BD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD57

Black with #C6BD57

Text Example


Text Example

White with #C6BD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD57; }

 p { color: rgb(198,189,87); }

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

background-color css

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

 a { background-color: rgb(198,189,87); }

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

border-color css

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

 span { border-color: rgb(198,189,87); }

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